Html Css Color HEX #A29616 Lucky

📋 copy color: '#A29616'

red 162 ◦ green 150 ◦ blue 22

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

Shades of Lucky #A29616

Tints of Lucky #A29616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.91%

 BLUE value IS 22 (8.98% from 255) = 6.59%

R = 48.5%
G = 44.91%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A29616 (or 0xA29616) is known color: Lucky. HEX triplet: A2, 96 and 16. RGB value is (162,150,22). Sum of RGB (Red+Green+Blue) = 162+150+22=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A29616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29616 is #5D69E9. Grayscale: #8B8B8B. Windows color (decimal): -6121962 or 1480354. OLE color: 1480354.

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

Color convert

RGB 162 150 22 -
CMYK 0 0.07 0.86 0.36
HSL 54.86º 0.76% 0.36% -
HSV(B) 54.86º 0.86% 0.64% -
XYZ 25.95 29.55 5.1 -
YUV 139 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 162 150 22 0 0.07 0.86 0.36 54.86 0.76 0.36
Hex A2 96 16 0 7 56 24 37 4C 24
Octal 242 226 26 0 7 126 44 67 114 44
Binary 10100010 10010110 10110 0 111 1010110 100100 110111 1001100 100100

Color Harmonies of #A29616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29616

Black with #A29616

Text Example


Text Example

White with #A29616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29616; }

 p { color: rgb(162,150,22); }

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

background-color css

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

 a { background-color: rgb(162,150,22); }

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

border-color css

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

 span { border-color: rgb(162,150,22); }

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