Html Css Color HEX #A29500 Lucky

📋 copy color: '#A29500'

red 162 ◦ green 149 ◦ blue 0

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

Shades of Lucky #A29500

Tints of Lucky #A29500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.09%
G = 47.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A29500 (or 0xA29500) is known color: Lucky. HEX triplet: A2, 95 and 00. RGB value is (162,149,0). Sum of RGB (Red+Green+Blue) = 162+149+0=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A29500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29500 is #5D6AFF. Grayscale: #888888. Windows color (decimal): -6122240 or 38306. OLE color: 38306.

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

Color convert

RGB 162 149 0 -
CMYK 0 0.08 1 0.36
HSL 55.19º 1% 0.32% -
HSV(B) 55.19º 1% 0.64% -
XYZ 25.65 29.18 4.28 -
YUV 135.9 51.31 146.62 -
System Red Green Blue C M Y K H S L
Decimal 162 149 0 0 0.08 1 0.36 55.19 1 0.32
Hex A2 95 0 0 8 64 24 37 64 20
Octal 242 225 0 0 10 144 44 67 144 40
Binary 10100010 10010101 0 0 1000 1100100 100100 110111 1100100 100000

Color Harmonies of #A29500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29500

Black with #A29500

Text Example


Text Example

White with #A29500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29500; }

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

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

background-color css

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

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

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

border-color css

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

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

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