Html Css Color HEX #A29314 Lucky

📋 copy color: '#A29314'

red 162 ◦ green 147 ◦ blue 20

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

Shades of Lucky #A29314

Tints of Lucky #A29314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.68%

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 49.24%
G = 44.68%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A29314 (or 0xA29314) is known color: Lucky. HEX triplet: A2, 93 and 14. RGB value is (162,147,20). Sum of RGB (Red+Green+Blue) = 162+147+20=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A29314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29314 is #5D6CEB. Grayscale: #898989. Windows color (decimal): -6122732 or 1348514. OLE color: 1348514.

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

Color convert

RGB 162 147 20 -
CMYK 0 0.09 0.88 0.36
HSL 53.66º 0.78% 0.36% -
HSV(B) 53.66º 0.88% 0.64% -
XYZ 25.46 28.6 4.84 -
YUV 137.01 61.97 145.83 -
System Red Green Blue C M Y K H S L
Decimal 162 147 20 0 0.09 0.88 0.36 53.66 0.78 0.36
Hex A2 93 14 0 9 58 24 36 4E 24
Octal 242 223 24 0 11 130 44 66 116 44
Binary 10100010 10010011 10100 0 1001 1011000 100100 110110 1001110 100100

Color Harmonies of #A29314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29314

Black with #A29314

Text Example


Text Example

White with #A29314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29314; }

 p { color: rgb(162,147,20); }

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

background-color css

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

 a { background-color: rgb(162,147,20); }

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

border-color css

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

 span { border-color: rgb(162,147,20); }

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