Html Css Color HEX #A0914C Luxor Gold

📋 copy color: '#A0914C'

red 160 ◦ green 145 ◦ blue 76

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

Shades of Luxor Gold #A0914C

Tints of Luxor Gold #A0914C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 41.99%
G = 38.06%
B = 19.95%

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

#A0914C (or 0xA0914C) is known color: Luxor Gold. HEX triplet: A0, 91 and 4C. RGB value is (160,145,76). Sum of RGB (Red+Green+Blue) = 160+145+76=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0914C is #5F6EB3. Grayscale: #8D8D8D. Windows color (decimal): -6254260 or 5018016. OLE color: 5018016.

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

Color convert

RGB 160 145 76 -
CMYK 0 0.09 0.52 0.37
HSL 49.29º 0.36% 0.46% -
HSV(B) 49.29º 0.53% 0.63% -
XYZ 25.93 28.25 10.92 -
YUV 141.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 160 145 76 0 0.09 0.52 0.37 49.29 0.36 0.46
Hex A0 91 4C 0 9 34 25 31 24 2E
Octal 240 221 114 0 11 64 45 61 44 56
Binary 10100000 10010001 1001100 0 1001 110100 100101 110001 100100 101110

Color Harmonies of #A0914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0914C

Black with #A0914C

Text Example


Text Example

White with #A0914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0914C; }

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

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

background-color css

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

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

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

border-color css

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

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

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