Html Css Color HEX #A09147 Luxor Gold

📋 copy color: '#A09147'

red 160 ◦ green 145 ◦ blue 71

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

Shades of Luxor Gold #A09147

Tints of Luxor Gold #A09147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.88%

R = 42.55%
G = 38.56%
B = 18.88%

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

#A09147 (or 0xA09147) is known color: Luxor Gold. HEX triplet: A0, 91 and 47. RGB value is (160,145,71). Sum of RGB (Red+Green+Blue) = 160+145+71=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A09147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09147 is #5F6EB8. Grayscale: #8D8D8D. Windows color (decimal): -6254265 or 4690336. OLE color: 4690336.

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

Color convert

RGB 160 145 71 -
CMYK 0 0.09 0.56 0.37
HSL 49.89º 0.39% 0.45% -
HSV(B) 49.89º 0.56% 0.63% -
XYZ 25.76 28.18 10.04 -
YUV 141.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 160 145 71 0 0.09 0.56 0.37 49.89 0.39 0.45
Hex A0 91 47 0 9 38 25 32 27 2D
Octal 240 221 107 0 11 70 45 62 47 55
Binary 10100000 10010001 1000111 0 1001 111000 100101 110010 100111 101101

Color Harmonies of #A09147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09147

Black with #A09147

Text Example


Text Example

White with #A09147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09147; }

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

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

background-color css

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

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

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

border-color css

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

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

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