Html Css Color HEX #A08441 Luxor Gold

📋 copy color: '#A08441'

red 160 ◦ green 132 ◦ blue 65

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

Shades of Luxor Gold #A08441

Tints of Luxor Gold #A08441

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.97%

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

R = 44.82%
G = 36.97%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A08441 (or 0xA08441) is known color: Luxor Gold. HEX triplet: A0, 84 and 41. RGB value is (160,132,65). Sum of RGB (Red+Green+Blue) = 160+132+65=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A08441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08441 is #5F7BBE. Grayscale: #858585. Windows color (decimal): -6257599 or 4293792. OLE color: 4293792.

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

Color convert

RGB 160 132 65 -
CMYK 0 0.17 0.59 0.37
HSL 42.32º 0.42% 0.44% -
HSV(B) 42.32º 0.59% 0.63% -
XYZ 23.7 24.36 8.45 -
YUV 132.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 160 132 65 0 0.17 0.59 0.37 42.32 0.42 0.44
Hex A0 84 41 0 11 3B 25 2A 2A 2C
Octal 240 204 101 0 21 73 45 52 52 54
Binary 10100000 10000100 1000001 0 10001 111011 100101 101010 101010 101100

Color Harmonies of #A08441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08441

Black with #A08441

Text Example


Text Example

White with #A08441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08441; }

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

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

background-color css

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

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

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

border-color css

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

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

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