Html Css Color HEX #A09142 Luxor Gold

📋 copy color: '#A09142'

red 160 ◦ green 145 ◦ blue 66

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

Shades of Luxor Gold #A09142

Tints of Luxor Gold #A09142

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

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

R = 43.13%
G = 39.08%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A09142 (or 0xA09142) is known color: Luxor Gold. HEX triplet: A0, 91 and 42. RGB value is (160,145,66). Sum of RGB (Red+Green+Blue) = 160+145+66=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A09142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09142 is #5F6EBD. Grayscale: #8C8C8C. Windows color (decimal): -6254270 or 4362656. OLE color: 4362656.

HSL color Cylindrical-coordinate representation of color #A09142: hue angle of 50.43º 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 #A09142 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 145 66 -
CMYK 0 0.09 0.59 0.37
HSL 50.43º 0.42% 0.44% -
HSV(B) 50.43º 0.59% 0.63% -
XYZ 25.61 28.12 9.23 -
YUV 140.48 85.97 141.92 -
System Red Green Blue C M Y K H S L
Decimal 160 145 66 0 0.09 0.59 0.37 50.43 0.42 0.44
Hex A0 91 42 0 9 3B 25 32 2A 2C
Octal 240 221 102 0 11 73 45 62 52 54
Binary 10100000 10010001 1000010 0 1001 111011 100101 110010 101010 101100

Color Harmonies of #A09142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09142

Black with #A09142

Text Example


Text Example

White with #A09142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09142; }

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

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

background-color css

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

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

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

border-color css

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

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

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