Html Css Color HEX #A09244 Luxor Gold

📋 copy color: '#A09244'

red 160 ◦ green 146 ◦ blue 68

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

Shades of Luxor Gold #A09244

Tints of Luxor Gold #A09244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.18%

R = 42.78%
G = 39.04%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A09244 (or 0xA09244) is known color: Luxor Gold. HEX triplet: A0, 92 and 44. RGB value is (160,146,68). Sum of RGB (Red+Green+Blue) = 160+146+68=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A09244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09244 is #5F6DBB. Grayscale: #8D8D8D. Windows color (decimal): -6254012 or 4493984. OLE color: 4493984.

HSL color Cylindrical-coordinate representation of color #A09244: hue angle of 50.87º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A09244 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 146 68 -
CMYK 0 0.09 0.57 0.37
HSL 50.87º 0.4% 0.45% -
HSV(B) 50.87º 0.58% 0.63% -
XYZ 25.82 28.45 9.6 -
YUV 141.29 86.64 141.34 -
System Red Green Blue C M Y K H S L
Decimal 160 146 68 0 0.09 0.57 0.37 50.87 0.4 0.45
Hex A0 92 44 0 9 39 25 33 28 2D
Octal 240 222 104 0 11 71 45 63 50 55
Binary 10100000 10010010 1000100 0 1001 111001 100101 110011 101000 101101

Color Harmonies of #A09244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09244

Black with #A09244

Text Example


Text Example

White with #A09244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09244; }

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

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

background-color css

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

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

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

border-color css

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

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

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