Html Css Color HEX #A29504 Lucky

📋 copy color: '#A29504'

red 162 ◦ green 149 ◦ blue 4

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

Shades of Lucky #A29504

Tints of Lucky #A29504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.3%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 51.43%
G = 47.3%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A29504 (or 0xA29504) is known color: Lucky. HEX triplet: A2, 95 and 04. RGB value is (162,149,4). Sum of RGB (Red+Green+Blue) = 162+149+4=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A29504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29504 is #5D6AFB. Grayscale: #888888. Windows color (decimal): -6122236 or 300450. OLE color: 300450.

HSL color Cylindrical-coordinate representation of color #A29504: hue angle of 55.06º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A29504 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 149 4 -
CMYK 0 0.08 0.98 0.36
HSL 55.06º 0.95% 0.33% -
HSV(B) 55.06º 0.98% 0.64% -
XYZ 25.67 29.19 4.4 -
YUV 136.36 53.31 146.29 -
System Red Green Blue C M Y K H S L
Decimal 162 149 4 0 0.08 0.98 0.36 55.06 0.95 0.33
Hex A2 95 4 0 8 62 24 37 5F 21
Octal 242 225 4 0 10 142 44 67 137 41
Binary 10100010 10010101 100 0 1000 1100010 100100 110111 1011111 100001

Color Harmonies of #A29504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29504

Black with #A29504

Text Example


Text Example

White with #A29504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29504; }

 p { color: rgb(162,149,4); }

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

background-color css

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

 a { background-color: rgb(162,149,4); }

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

border-color css

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

 span { border-color: rgb(162,149,4); }

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