Html Css Color HEX #A09447 Luxor Gold

📋 copy color: '#A09447'

red 160 ◦ green 148 ◦ blue 71

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

Shades of Luxor Gold #A09447

Tints of Luxor Gold #A09447

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.05%

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

R = 42.22%
G = 39.05%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A09447 (or 0xA09447) is known color: Luxor Gold. HEX triplet: A0, 94 and 47. RGB value is (160,148,71). Sum of RGB (Red+Green+Blue) = 160+148+71=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A09447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09447 is #5F6BB8. Grayscale: #8F8F8F. Windows color (decimal): -6253497 or 4691104. OLE color: 4691104.

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

Color convert

RGB 160 148 71 -
CMYK 0 0.07 0.56 0.37
HSL 51.91º 0.39% 0.45% -
HSV(B) 51.91º 0.56% 0.63% -
XYZ 26.22 29.11 10.2 -
YUV 142.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 160 148 71 0 0.07 0.56 0.37 51.91 0.39 0.45
Hex A0 94 47 0 7 38 25 34 27 2D
Octal 240 224 107 0 7 70 45 64 47 55
Binary 10100000 10010100 1000111 0 111 111000 100101 110100 100111 101101

Color Harmonies of #A09447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09447

Black with #A09447

Text Example


Text Example

White with #A09447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09447; }

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

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

background-color css

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

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

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

border-color css

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

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

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