Html Css Color HEX #A0914D Luxor Gold

📋 copy color: '#A0914D'

red 160 ◦ green 145 ◦ blue 77

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

Shades of Luxor Gold #A0914D

Tints of Luxor Gold #A0914D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 41.88%
G = 37.96%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0914D (or 0xA0914D) is known color: Luxor Gold. HEX triplet: A0, 91 and 4D. RGB value is (160,145,77). Sum of RGB (Red+Green+Blue) = 160+145+77=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0914D is #5F6EB2. Grayscale: #8E8E8E. Windows color (decimal): -6254259 or 5083552. OLE color: 5083552.

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

Color convert

RGB 160 145 77 -
CMYK 0 0.09 0.52 0.37
HSL 49.16º 0.35% 0.46% -
HSV(B) 49.16º 0.52% 0.63% -
XYZ 25.96 28.26 11.11 -
YUV 141.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 160 145 77 0 0.09 0.52 0.37 49.16 0.35 0.46
Hex A0 91 4D 0 9 34 25 31 23 2E
Octal 240 221 115 0 11 64 45 61 43 56
Binary 10100000 10010001 1001101 0 1001 110100 100101 110001 100011 101110

Color Harmonies of #A0914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0914D

Black with #A0914D

Text Example


Text Example

White with #A0914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0914D; }

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

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

background-color css

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

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

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

border-color css

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

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

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