Html Css Color HEX #A08A42 Luxor Gold

📋 copy color: '#A08A42'

red 160 ◦ green 138 ◦ blue 66

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

Shades of Luxor Gold #A08A42

Tints of Luxor Gold #A08A42

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

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

R = 43.96%
G = 37.91%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A08A42 (or 0xA08A42) is known color: Luxor Gold. HEX triplet: A0, 8A and 42. RGB value is (160,138,66). Sum of RGB (Red+Green+Blue) = 160+138+66=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A42 is #5F75BD. Grayscale: #888888. Windows color (decimal): -6256062 or 4360864. OLE color: 4360864.

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

Color convert

RGB 160 138 66 -
CMYK 0 0.14 0.59 0.37
HSL 45.96º 0.42% 0.44% -
HSV(B) 45.96º 0.59% 0.63% -
XYZ 24.57 26.04 8.89 -
YUV 136.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 160 138 66 0 0.14 0.59 0.37 45.96 0.42 0.44
Hex A0 8A 42 0 E 3B 25 2E 2A 2C
Octal 240 212 102 0 16 73 45 56 52 54
Binary 10100000 10001010 1000010 0 1110 111011 100101 101110 101010 101100

Color Harmonies of #A08A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A42

Black with #A08A42

Text Example


Text Example

White with #A08A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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