Html Css Color HEX #A29920 Lucky

📋 copy color: '#A29920'

red 162 ◦ green 153 ◦ blue 32

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

Shades of Lucky #A29920

Tints of Lucky #A29920

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

 BLUE value IS 32 (12.89% from 255) = 9.22%

R = 46.69%
G = 44.09%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A29920 (or 0xA29920) is known color: Lucky. HEX triplet: A2, 99 and 20. RGB value is (162,153,32). Sum of RGB (Red+Green+Blue) = 162+153+32=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A29920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29920 is #5D66DF. Grayscale: #8E8E8E. Windows color (decimal): -6121184 or 2136482. OLE color: 2136482.

HSL color Cylindrical-coordinate representation of color #A29920: hue angle of 55.85º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A29920 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 32 -
CMYK 0 0.06 0.80 0.36
HSL 55.85º 0.67% 0.38% -
HSV(B) 55.85º 0.8% 0.64% -
XYZ 26.55 30.57 5.87 -
YUV 141.9 65.98 142.34 -
System Red Green Blue C M Y K H S L
Decimal 162 153 32 0 0.06 0.80 0.36 55.85 0.67 0.38
Hex A2 99 20 0 6 50 24 38 43 26
Octal 242 231 40 0 6 120 44 70 103 46
Binary 10100010 10011001 100000 0 110 1010000 100100 111000 1000011 100110

Color Harmonies of #A29920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29920

Black with #A29920

Text Example


Text Example

White with #A29920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29920; }

 p { color: rgb(162,153,32); }

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

background-color css

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

 a { background-color: rgb(162,153,32); }

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

border-color css

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

 span { border-color: rgb(162,153,32); }

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