Html Css Color HEX #A4904A Luxor Gold

📋 copy color: '#A4904A'

red 164 ◦ green 144 ◦ blue 74

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

Shades of Luxor Gold #A4904A

Tints of Luxor Gold #A4904A

RGB

 RED value IS 164 (64.45% from 255) = 42.93%

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

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

R = 42.93%
G = 37.7%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4904A (or 0xA4904A) is known color: Luxor Gold. HEX triplet: A4, 90 and 4A. RGB value is (164,144,74). Sum of RGB (Red+Green+Blue) = 164+144+74=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A4904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4904A is #5B6FB5. Grayscale: #8E8E8E. Windows color (decimal): -5992374 or 4886692. OLE color: 4886692.

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

Color convert

RGB 164 144 74 -
CMYK 0 0.12 0.55 0.36
HSL 46.67º 0.38% 0.47% -
HSV(B) 46.67º 0.55% 0.64% -
XYZ 26.52 28.33 10.55 -
YUV 142 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 164 144 74 0 0.12 0.55 0.36 46.67 0.38 0.47
Hex A4 90 4A 0 C 37 24 2F 26 2F
Octal 244 220 112 0 14 67 44 57 46 57
Binary 10100100 10010000 1001010 0 1100 110111 100100 101111 100110 101111

Color Harmonies of #A4904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4904A

Black with #A4904A

Text Example


Text Example

White with #A4904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4904A; }

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

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

background-color css

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

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

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

border-color css

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

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

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