Html Css Color HEX #A08242 Luxor Gold

📋 copy color: '#A08242'

red 160 ◦ green 130 ◦ blue 66

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

Shades of Luxor Gold #A08242

Tints of Luxor Gold #A08242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

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

R = 44.94%
G = 36.52%
B = 18.54%

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

#A08242 (or 0xA08242) is known color: Luxor Gold. HEX triplet: A0, 82 and 42. RGB value is (160,130,66). Sum of RGB (Red+Green+Blue) = 160+130+66=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A08242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08242 is #5F7DBD. Grayscale: #838383. Windows color (decimal): -6258110 or 4358816. OLE color: 4358816.

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

Color convert

RGB 160 130 66 -
CMYK 0 0.19 0.59 0.37
HSL 40.85º 0.42% 0.44% -
HSV(B) 40.85º 0.59% 0.63% -
XYZ 23.46 23.83 8.52 -
YUV 131.67 90.94 148.2 -
System Red Green Blue C M Y K H S L
Decimal 160 130 66 0 0.19 0.59 0.37 40.85 0.42 0.44
Hex A0 82 42 0 13 3B 25 29 2A 2C
Octal 240 202 102 0 23 73 45 51 52 54
Binary 10100000 10000010 1000010 0 10011 111011 100101 101001 101010 101100

Color Harmonies of #A08242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08242

Black with #A08242

Text Example


Text Example

White with #A08242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08242; }

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

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

background-color css

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

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

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

border-color css

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

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

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