Html Css Color HEX #A08142 Luxor Gold

📋 copy color: '#A08142'

red 160 ◦ green 129 ◦ blue 66

#A08142
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Luxor Gold #A08142

Tints of Luxor Gold #A08142

RGB

 RED value IS 160 (62.89% from 255) = 45.07%

 GREEN value IS 129 (50.78% from 255) = 36.34%

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 45.07%
G = 36.34%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A08142 (or 0xA08142) is known color: Luxor Gold. HEX triplet: A0, 81 and 42. RGB value is (160,129,66). Sum of RGB (Red+Green+Blue) = 160+129+66=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A08142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08142 is #5F7EBD. Grayscale: #838383. Windows color (decimal): -6258366 or 4358560. OLE color: 4358560.

HSL color Cylindrical-coordinate representation of color #A08142: hue angle of 40.21º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A08142 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 129 66 -
CMYK 0 0.19 0.59 0.37
HSL 40.21º 0.42% 0.44% -
HSV(B) 40.21º 0.59% 0.63% -
XYZ 23.33 23.57 8.47 -
YUV 131.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 160 129 66 0 0.19 0.59 0.37 40.21 0.42 0.44
Hex A0 81 42 0 13 3B 25 28 2A 2C
Octal 240 201 102 0 23 73 45 50 52 54
Binary 10100000 10000001 1000010 0 10011 111011 100101 101000 101010 101100

Color Harmonies of #A08142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08142

Black with #A08142

Text Example


Text Example

White with #A08142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08142; }

 p { color: rgb(160,129,66); }

 H1.HeaderClassName
 {
   color: #A08142;
 }
 .AnyTagClassName
 {
   color: #A08142;
 }
</style>

background-color css

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

 a { background-color: rgb(160,129,66); }

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

border-color css

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

 span { border-color: rgb(160,129,66); }

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