Html Css Color HEX #A09047 Luxor Gold

📋 copy color: '#A09047'

red 160 ◦ green 144 ◦ blue 71

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

Shades of Luxor Gold #A09047

Tints of Luxor Gold #A09047

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

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

R = 42.67%
G = 38.4%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A09047 (or 0xA09047) is known color: Luxor Gold. HEX triplet: A0, 90 and 47. RGB value is (160,144,71). Sum of RGB (Red+Green+Blue) = 160+144+71=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A09047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09047 is #5F6FB8. Grayscale: #8C8C8C. Windows color (decimal): -6254521 or 4690080. OLE color: 4690080.

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

Color convert

RGB 160 144 71 -
CMYK 0 0.1 0.56 0.37
HSL 49.21º 0.39% 0.45% -
HSV(B) 49.21º 0.56% 0.63% -
XYZ 25.61 27.88 9.99 -
YUV 140.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 160 144 71 0 0.1 0.56 0.37 49.21 0.39 0.45
Hex A0 90 47 0 A 38 25 31 27 2D
Octal 240 220 107 0 12 70 45 61 47 55
Binary 10100000 10010000 1000111 0 1010 111000 100101 110001 100111 101101

Color Harmonies of #A09047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09047

Black with #A09047

Text Example


Text Example

White with #A09047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09047; }

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

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

background-color css

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

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

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

border-color css

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

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

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