Html Css Color HEX #A29319 Lucky

📋 copy color: '#A29319'

red 162 ◦ green 147 ◦ blue 25

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

Shades of Lucky #A29319

Tints of Lucky #A29319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.49%

R = 48.5%
G = 44.01%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A29319 (or 0xA29319) is known color: Lucky. HEX triplet: A2, 93 and 19. RGB value is (162,147,25). Sum of RGB (Red+Green+Blue) = 162+147+25=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A29319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29319 is #5D6CE6. Grayscale: #8A8A8A. Windows color (decimal): -6122727 or 1676194. OLE color: 1676194.

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

Color convert

RGB 162 147 25 -
CMYK 0 0.09 0.85 0.36
HSL 53.43º 0.73% 0.37% -
HSV(B) 53.43º 0.85% 0.64% -
XYZ 25.51 28.62 5.1 -
YUV 137.58 64.47 145.42 -
System Red Green Blue C M Y K H S L
Decimal 162 147 25 0 0.09 0.85 0.36 53.43 0.73 0.37
Hex A2 93 19 0 9 55 24 35 49 25
Octal 242 223 31 0 11 125 44 65 111 45
Binary 10100010 10010011 11001 0 1001 1010101 100100 110101 1001001 100101

Color Harmonies of #A29319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29319

Black with #A29319

Text Example


Text Example

White with #A29319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29319; }

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

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

background-color css

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

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

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

border-color css

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

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

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