Html Css Color HEX #A09040 Luxor Gold

📋 copy color: '#A09040'

red 160 ◦ green 144 ◦ blue 64

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

Shades of Luxor Gold #A09040

Tints of Luxor Gold #A09040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.39%

R = 43.48%
G = 39.13%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A09040 (or 0xA09040) is known color: Luxor Gold. HEX triplet: A0, 90 and 40. RGB value is (160,144,64). Sum of RGB (Red+Green+Blue) = 160+144+64=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A09040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09040 is #5F6FBF. Grayscale: #8B8B8B. Windows color (decimal): -6254528 or 4231328. OLE color: 4231328.

HSL color Cylindrical-coordinate representation of color #A09040: hue angle of 50º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A09040 is Cyan = 0, Magento = 0.1, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 144 64 -
CMYK 0 0.1 0.6 0.37
HSL 50º 0.43% 0.44% -
HSV(B) 50º 0.6% 0.63% -
XYZ 25.4 27.79 8.88 -
YUV 139.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 160 144 64 0 0.1 0.6 0.37 50 0.43 0.44
Hex A0 90 40 0 A 3C 25 32 2B 2C
Octal 240 220 100 0 12 74 45 62 53 54
Binary 10100000 10010000 1000000 0 1010 111100 100101 110010 101011 101100

Color Harmonies of #A09040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09040

Black with #A09040

Text Example


Text Example

White with #A09040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09040; }

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

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

background-color css

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

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

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

border-color css

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

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

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