Html Css Color HEX #A09146 Luxor Gold

📋 copy color: '#A09146'

red 160 ◦ green 145 ◦ blue 70

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

Shades of Luxor Gold #A09146

Tints of Luxor Gold #A09146

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.67%

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

R = 42.67%
G = 38.67%
B = 18.67%

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

#A09146 (or 0xA09146) is known color: Luxor Gold. HEX triplet: A0, 91 and 46. RGB value is (160,145,70). Sum of RGB (Red+Green+Blue) = 160+145+70=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A09146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09146 is #5F6EB9. Grayscale: #8D8D8D. Windows color (decimal): -6254266 or 4624800. OLE color: 4624800.

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

Color convert

RGB 160 145 70 -
CMYK 0 0.09 0.56 0.37
HSL 50º 0.39% 0.45% -
HSV(B) 50º 0.56% 0.63% -
XYZ 25.73 28.17 9.88 -
YUV 140.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 160 145 70 0 0.09 0.56 0.37 50 0.39 0.45
Hex A0 91 46 0 9 38 25 32 27 2D
Octal 240 221 106 0 11 70 45 62 47 55
Binary 10100000 10010001 1000110 0 1001 111000 100101 110010 100111 101101

Color Harmonies of #A09146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09146

Black with #A09146

Text Example


Text Example

White with #A09146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09146; }

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

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

background-color css

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

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

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

border-color css

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

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

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