Html Css Color HEX #A08342 Luxor Gold

📋 copy color: '#A08342'

red 160 ◦ green 131 ◦ blue 66

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

Shades of Luxor Gold #A08342

Tints of Luxor Gold #A08342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.69%

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

R = 44.82%
G = 36.69%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A08342 (or 0xA08342) is known color: Luxor Gold. HEX triplet: A0, 83 and 42. RGB value is (160,131,66). Sum of RGB (Red+Green+Blue) = 160+131+66=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A08342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08342 is #5F7CBD. Grayscale: #848484. Windows color (decimal): -6257854 or 4359072. OLE color: 4359072.

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

Color convert

RGB 160 131 66 -
CMYK 0 0.18 0.59 0.37
HSL 41.49º 0.42% 0.44% -
HSV(B) 41.49º 0.59% 0.63% -
XYZ 23.6 24.1 8.56 -
YUV 132.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 160 131 66 0 0.18 0.59 0.37 41.49 0.42 0.44
Hex A0 83 42 0 12 3B 25 29 2A 2C
Octal 240 203 102 0 22 73 45 51 52 54
Binary 10100000 10000011 1000010 0 10010 111011 100101 101001 101010 101100

Color Harmonies of #A08342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08342

Black with #A08342

Text Example


Text Example

White with #A08342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08342; }

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

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

background-color css

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

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

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

border-color css

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

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

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