Html Css Color HEX #A09145 Luxor Gold

📋 copy color: '#A09145'

red 160 ◦ green 145 ◦ blue 69

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

Shades of Luxor Gold #A09145

Tints of Luxor Gold #A09145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.45%

R = 42.78%
G = 38.77%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A09145 (or 0xA09145) is known color: Luxor Gold. HEX triplet: A0, 91 and 45. RGB value is (160,145,69). Sum of RGB (Red+Green+Blue) = 160+145+69=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A09145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09145 is #5F6EBA. Grayscale: #8D8D8D. Windows color (decimal): -6254267 or 4559264. OLE color: 4559264.

HSL color Cylindrical-coordinate representation of color #A09145: hue angle of 50.11º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A09145 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 145 69 -
CMYK 0 0.09 0.57 0.37
HSL 50.11º 0.4% 0.45% -
HSV(B) 50.11º 0.57% 0.63% -
XYZ 25.7 28.15 9.71 -
YUV 140.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 160 145 69 0 0.09 0.57 0.37 50.11 0.4 0.45
Hex A0 91 45 0 9 39 25 32 28 2D
Octal 240 221 105 0 11 71 45 62 50 55
Binary 10100000 10010001 1000101 0 1001 111001 100101 110010 101000 101101

Color Harmonies of #A09145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09145

Black with #A09145

Text Example


Text Example

White with #A09145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09145; }

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

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

background-color css

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

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

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

border-color css

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

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

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