#a38642

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

Shades of Luxor Gold #A38642

Tints of Luxor Gold #A38642

Color information

#A38642 (or 0xA38642) is unknown color: approx Luxor Gold. HEX triplet: A3, 86 and 42. RGB value is (163,134,66). Sum of RGB (Red+Green+Blue) = 163+134+66=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A38642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38642 is #5C79BD. Grayscale: #878787. Windows color (decimal): -6060478 or 4359843. OLE color: 4359843.

HSL color Cylindrical-coordinate representation of color #A38642: hue angle of 42.06º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A38642 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16313466-
CMYK00.180.600.36
HSL42.06º42.36%44.9%-
HSV(B)42.06º59.51%63.92%-
XYZ24.6125.238.73-
YUV134.9289.11148.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 66 (26.17% from 255) = 18.18%
R=44.90%
G=36.91%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631346600.180.600.3642.0642.3644.9
HexA386420123C242a2a2d
Octal2432061020227444525255
Binary10100011100001101000010010010111100100100101010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a38642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a38642; }

 p { color: rgb(163,134,66); }

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

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

 a { background-color: rgb(163,134,66); }

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

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

 span { border-color: rgb(163,134,66); }

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