Html Css Color HEX #A2904C Luxor Gold

📋 copy color: '#A2904C'

red 162 ◦ green 144 ◦ blue 76

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

Shades of Luxor Gold #A2904C

Tints of Luxor Gold #A2904C

RGB

 RED value IS 162 (63.67% from 255) = 42.41%

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

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

R = 42.41%
G = 37.7%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2904C (or 0xA2904C) is known color: Luxor Gold. HEX triplet: A2, 90 and 4C. RGB value is (162,144,76). Sum of RGB (Red+Green+Blue) = 162+144+76=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A2904C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2904C is #5D6FB3. Grayscale: #8D8D8D. Windows color (decimal): -6123444 or 5017762. OLE color: 5017762.

HSL color Cylindrical-coordinate representation of color #A2904C: hue angle of 47.44º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2904C is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 144 76 -
CMYK 0 0.11 0.53 0.36
HSL 47.44º 0.36% 0.47% -
HSV(B) 47.44º 0.53% 0.64% -
XYZ 26.18 28.15 10.89 -
YUV 141.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 162 144 76 0 0.11 0.53 0.36 47.44 0.36 0.47
Hex A2 90 4C 0 B 35 24 2F 24 2F
Octal 242 220 114 0 13 65 44 57 44 57
Binary 10100010 10010000 1001100 0 1011 110101 100100 101111 100100 101111

Color Harmonies of #A2904C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2904C

Black with #A2904C

Text Example


Text Example

White with #A2904C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2904C; }

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

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

background-color css

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

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

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

border-color css

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

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

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