Html Css Color HEX #A09446 Luxor Gold

📋 copy color: '#A09446'

red 160 ◦ green 148 ◦ blue 70

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

Shades of Luxor Gold #A09446

Tints of Luxor Gold #A09446

RGB

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

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

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

R = 42.33%
G = 39.15%
B = 18.52%

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

#A09446 (or 0xA09446) is known color: Luxor Gold. HEX triplet: A0, 94 and 46. RGB value is (160,148,70). Sum of RGB (Red+Green+Blue) = 160+148+70=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A09446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09446 is #5F6BB9. Grayscale: #8F8F8F. Windows color (decimal): -6253498 or 4625568. OLE color: 4625568.

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

Color convert

RGB 160 148 70 -
CMYK 0 0.07 0.56 0.37
HSL 52º 0.39% 0.45% -
HSV(B) 52º 0.56% 0.63% -
XYZ 26.19 29.1 10.03 -
YUV 142.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 160 148 70 0 0.07 0.56 0.37 52 0.39 0.45
Hex A0 94 46 0 7 38 25 34 27 2D
Octal 240 224 106 0 7 70 45 64 47 55
Binary 10100000 10010100 1000110 0 111 111000 100101 110100 100111 101101

Color Harmonies of #A09446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09446

Black with #A09446

Text Example


Text Example

White with #A09446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09446; }

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

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

background-color css

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

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

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

border-color css

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

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

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