Html Css Color HEX #A2904A Luxor Gold

📋 copy color: '#A2904A'

red 162 ◦ green 144 ◦ blue 74

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

Shades of Luxor Gold #A2904A

Tints of Luxor Gold #A2904A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.47%

R = 42.63%
G = 37.89%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A2904A (or 0xA2904A) is known color: Luxor Gold. HEX triplet: A2, 90 and 4A. RGB value is (162,144,74). Sum of RGB (Red+Green+Blue) = 162+144+74=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A2904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2904A is #5D6FB5. Grayscale: #8D8D8D. Windows color (decimal): -6123446 or 4886690. OLE color: 4886690.

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

Color convert

RGB 162 144 74 -
CMYK 0 0.11 0.54 0.36
HSL 47.73º 0.37% 0.46% -
HSV(B) 47.73º 0.54% 0.64% -
XYZ 26.11 28.12 10.53 -
YUV 141.4 89.96 142.69 -
System Red Green Blue C M Y K H S L
Decimal 162 144 74 0 0.11 0.54 0.36 47.73 0.37 0.46
Hex A2 90 4A 0 B 36 24 30 25 2E
Octal 242 220 112 0 13 66 44 60 45 56
Binary 10100010 10010000 1001010 0 1011 110110 100100 110000 100101 101110

Color Harmonies of #A2904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2904A

Black with #A2904A

Text Example


Text Example

White with #A2904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2904A; }

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

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

background-color css

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

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

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

border-color css

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

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

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