Html Css Color HEX #A09241 Luxor Gold

📋 copy color: '#A09241'

red 160 ◦ green 146 ◦ blue 65

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

Shades of Luxor Gold #A09241

Tints of Luxor Gold #A09241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

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

R = 43.13%
G = 39.35%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A09241 (or 0xA09241) is known color: Luxor Gold. HEX triplet: A0, 92 and 41. RGB value is (160,146,65). Sum of RGB (Red+Green+Blue) = 160+146+65=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A09241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09241 is #5F6DBE. Grayscale: #8D8D8D. Windows color (decimal): -6254015 or 4297376. OLE color: 4297376.

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

Color convert

RGB 160 146 65 -
CMYK 0 0.09 0.59 0.37
HSL 51.16º 0.42% 0.44% -
HSV(B) 51.16º 0.59% 0.63% -
XYZ 25.73 28.41 9.13 -
YUV 140.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 160 146 65 0 0.09 0.59 0.37 51.16 0.42 0.44
Hex A0 92 41 0 9 3B 25 33 2A 2C
Octal 240 222 101 0 11 73 45 63 52 54
Binary 10100000 10010010 1000001 0 1001 111011 100101 110011 101010 101100

Color Harmonies of #A09241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09241

Black with #A09241

Text Example


Text Example

White with #A09241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09241; }

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

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

background-color css

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

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

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

border-color css

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

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

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