Html Css Color HEX #A09346 Luxor Gold

📋 copy color: '#A09346'

red 160 ◦ green 147 ◦ blue 70

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

Shades of Luxor Gold #A09346

Tints of Luxor Gold #A09346

RGB

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

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

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

R = 42.44%
G = 38.99%
B = 18.57%

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

#A09346 (or 0xA09346) is known color: Luxor Gold. HEX triplet: A0, 93 and 46. RGB value is (160,147,70). Sum of RGB (Red+Green+Blue) = 160+147+70=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A09346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09346 is #5F6CB9. Grayscale: #8E8E8E. Windows color (decimal): -6253754 or 4625312. OLE color: 4625312.

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

Color convert

RGB 160 147 70 -
CMYK 0 0.08 0.56 0.37
HSL 51.33º 0.39% 0.45% -
HSV(B) 51.33º 0.56% 0.63% -
XYZ 26.04 28.78 9.98 -
YUV 142.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 160 147 70 0 0.08 0.56 0.37 51.33 0.39 0.45
Hex A0 93 46 0 8 38 25 33 27 2D
Octal 240 223 106 0 10 70 45 63 47 55
Binary 10100000 10010011 1000110 0 1000 111000 100101 110011 100111 101101

Color Harmonies of #A09346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09346

Black with #A09346

Text Example


Text Example

White with #A09346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09346; }

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

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

background-color css

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

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

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

border-color css

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

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

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