#A38C4B

Color #A38C4B Luxor Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Luxor Gold #A38C4B

Tints of Luxor Gold #A38C4B

Color information

#A38C4B (or 0xA38C4B) is unknown color: approx Luxor Gold. HEX triplet: A3, 8C and 4B. RGB value is (163,140,75). Sum of RGB (Red+Green+Blue) = 163+140+75=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38C4B is #5C73B4. Grayscale: #8B8B8B. Windows color (decimal): -6058933 or 4951203. OLE color: 4951203.

HSL color Cylindrical-coordinate representation of color #A38C4B: hue angle of 44.32º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A38C4B is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB16314075-
CMYK00.140.540.36
HSL44.32º36.97%46.67%-
HSV(B)44.32º53.99%63.92%-
XYZ25.7527.0510.52-
YUV139.4791.62144.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 140 (55.08% from 255) = 37.04%
BLUE value IS 75 (29.69% from 255) = 19.84%
R=43.12%
G=37.04%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631407500.140.540.3644.3236.9746.67
HexA38C4B0E36242c252f
Octal2432141130166644544557
Binary1010001110001100100101101110110110100100101100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C4B; }

 p { color: rgb(163,140,75); }

 H1.HeaderClassName
 {
   color: #A38C4B;
 }
 .AnyTagClassName
 {
   color: #A38C4B;
 }
</style>
background-color css

<style>
 a { background-color: #A38C4B; }

 a { background-color: rgb(163,140,75); }

 div.DivClassName
 {
   background-color: #A38C4B;
 }
 .BgClassName
 {
   background-color: #A38C4B;
 }
</style>
border-color css

<style>
 span { border-color: #A38C4B; }

 span { border-color: rgb(163,140,75); }

 td.TdClassName
 {
   border-color: #A38C4B;
 }
 .TagClassName
 {
   border-color: #A38C4B;
 }
</style>