Html Css Color HEX #A09140 Luxor Gold

📋 copy color: '#A09140'

red 160 ◦ green 145 ◦ blue 64

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

Shades of Luxor Gold #A09140

Tints of Luxor Gold #A09140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.3%

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

R = 43.36%
G = 39.3%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A09140 (or 0xA09140) is known color: Luxor Gold. HEX triplet: A0, 91 and 40. RGB value is (160,145,64). Sum of RGB (Red+Green+Blue) = 160+145+64=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A09140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09140 is #5F6EBF. Grayscale: #8C8C8C. Windows color (decimal): -6254272 or 4231584. OLE color: 4231584.

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

Color convert

RGB 160 145 64 -
CMYK 0 0.09 0.6 0.37
HSL 50.63º 0.43% 0.44% -
HSV(B) 50.63º 0.6% 0.63% -
XYZ 25.55 28.09 8.93 -
YUV 140.25 84.97 142.09 -
System Red Green Blue C M Y K H S L
Decimal 160 145 64 0 0.09 0.6 0.37 50.63 0.43 0.44
Hex A0 91 40 0 9 3C 25 33 2B 2C
Octal 240 221 100 0 11 74 45 63 53 54
Binary 10100000 10010001 1000000 0 1001 111100 100101 110011 101011 101100

Color Harmonies of #A09140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09140

Black with #A09140

Text Example


Text Example

White with #A09140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09140; }

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

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

background-color css

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

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

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

border-color css

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

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

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