Html Css Color HEX #A08141 Luxor Gold

📋 copy color: '#A08141'

red 160 ◦ green 129 ◦ blue 65

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

Shades of Luxor Gold #A08141

Tints of Luxor Gold #A08141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.36%

R = 45.2%
G = 36.44%
B = 18.36%

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

#A08141 (or 0xA08141) is known color: Luxor Gold. HEX triplet: A0, 81 and 41. RGB value is (160,129,65). Sum of RGB (Red+Green+Blue) = 160+129+65=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A08141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08141 is #5F7EBE. Grayscale: #838383. Windows color (decimal): -6258367 or 4293024. OLE color: 4293024.

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

Color convert

RGB 160 129 65 -
CMYK 0 0.19 0.59 0.37
HSL 40.42º 0.42% 0.44% -
HSV(B) 40.42º 0.59% 0.63% -
XYZ 23.3 23.56 8.32 -
YUV 130.97 90.77 148.7 -
System Red Green Blue C M Y K H S L
Decimal 160 129 65 0 0.19 0.59 0.37 40.42 0.42 0.44
Hex A0 81 41 0 13 3B 25 28 2A 2C
Octal 240 201 101 0 23 73 45 50 52 54
Binary 10100000 10000001 1000001 0 10011 111011 100101 101000 101010 101100

Color Harmonies of #A08141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08141

Black with #A08141

Text Example


Text Example

White with #A08141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08141; }

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

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

background-color css

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

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

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

border-color css

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

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

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