Html Css Color HEX #A09246 Luxor Gold

📋 copy color: '#A09246'

red 160 ◦ green 146 ◦ blue 70

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

Shades of Luxor Gold #A09246

Tints of Luxor Gold #A09246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.62%

R = 42.55%
G = 38.83%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A09246 (or 0xA09246) is known color: Luxor Gold. HEX triplet: A0, 92 and 46. RGB value is (160,146,70). Sum of RGB (Red+Green+Blue) = 160+146+70=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A09246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09246 is #5F6DB9. Grayscale: #8D8D8D. Windows color (decimal): -6254010 or 4625056. OLE color: 4625056.

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

Color convert

RGB 160 146 70 -
CMYK 0 0.09 0.56 0.37
HSL 50.67º 0.39% 0.45% -
HSV(B) 50.67º 0.56% 0.63% -
XYZ 25.88 28.47 9.93 -
YUV 141.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 160 146 70 0 0.09 0.56 0.37 50.67 0.39 0.45
Hex A0 92 46 0 9 38 25 33 27 2D
Octal 240 222 106 0 11 70 45 63 47 55
Binary 10100000 10010010 1000110 0 1001 111000 100101 110011 100111 101101

Color Harmonies of #A09246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09246

Black with #A09246

Text Example


Text Example

White with #A09246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09246; }

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

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

background-color css

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

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

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

border-color css

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

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

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