Html Css Color HEX #A0904C Luxor Gold

📋 copy color: '#A0904C'

red 160 ◦ green 144 ◦ blue 76

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

Shades of Luxor Gold #A0904C

Tints of Luxor Gold #A0904C

RGB

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

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

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

R = 42.11%
G = 37.89%
B = 20%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0904C (or 0xA0904C) is known color: Luxor Gold. HEX triplet: A0, 90 and 4C. RGB value is (160,144,76). Sum of RGB (Red+Green+Blue) = 160+144+76=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A0904C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0904C is #5F6FB3. Grayscale: #8D8D8D. Windows color (decimal): -6254516 or 5017760. OLE color: 5017760.

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

Color convert

RGB 160 144 76 -
CMYK 0 0.1 0.52 0.37
HSL 48.57º 0.36% 0.46% -
HSV(B) 48.57º 0.53% 0.63% -
XYZ 25.77 27.94 10.87 -
YUV 141.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 160 144 76 0 0.1 0.52 0.37 48.57 0.36 0.46
Hex A0 90 4C 0 A 34 25 31 24 2E
Octal 240 220 114 0 12 64 45 61 44 56
Binary 10100000 10010000 1001100 0 1010 110100 100101 110001 100100 101110

Color Harmonies of #A0904C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0904C

Black with #A0904C

Text Example


Text Example

White with #A0904C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0904C; }

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

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

background-color css

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

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

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

border-color css

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

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

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