Html Css Color HEX #A09347 Luxor Gold

📋 copy color: '#A09347'

red 160 ◦ green 147 ◦ blue 71

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

Shades of Luxor Gold #A09347

Tints of Luxor Gold #A09347

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.89%

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

R = 42.33%
G = 38.89%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A09347 (or 0xA09347) is known color: Luxor Gold. HEX triplet: A0, 93 and 47. RGB value is (160,147,71). Sum of RGB (Red+Green+Blue) = 160+147+71=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A09347 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09347 is #5F6CB8. Grayscale: #8E8E8E. Windows color (decimal): -6253753 or 4690848. OLE color: 4690848.

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

Color convert

RGB 160 147 71 -
CMYK 0 0.08 0.56 0.37
HSL 51.24º 0.39% 0.45% -
HSV(B) 51.24º 0.56% 0.63% -
XYZ 26.07 28.8 10.15 -
YUV 142.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 160 147 71 0 0.08 0.56 0.37 51.24 0.39 0.45
Hex A0 93 47 0 8 38 25 33 27 2D
Octal 240 223 107 0 10 70 45 63 47 55
Binary 10100000 10010011 1000111 0 1000 111000 100101 110011 100111 101101

Color Harmonies of #A09347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09347

Black with #A09347

Text Example


Text Example

White with #A09347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09347; }

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

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

background-color css

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

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

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

border-color css

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

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

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