Html Css Color HEX #A29615 Lucky

📋 copy color: '#A29615'

red 162 ◦ green 150 ◦ blue 21

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

Shades of Lucky #A29615

Tints of Lucky #A29615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.31%

R = 48.65%
G = 45.05%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A29615 (or 0xA29615) is known color: Lucky. HEX triplet: A2, 96 and 15. RGB value is (162,150,21). Sum of RGB (Red+Green+Blue) = 162+150+21=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A29615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29615 is #5D69EA. Grayscale: #8B8B8B. Windows color (decimal): -6121963 or 1414818. OLE color: 1414818.

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

Color convert

RGB 162 150 21 -
CMYK 0 0.07 0.87 0.36
HSL 54.89º 0.77% 0.36% -
HSV(B) 54.89º 0.87% 0.64% -
XYZ 25.94 29.55 5.05 -
YUV 138.88 61.48 144.49 -
System Red Green Blue C M Y K H S L
Decimal 162 150 21 0 0.07 0.87 0.36 54.89 0.77 0.36
Hex A2 96 15 0 7 57 24 37 4D 24
Octal 242 226 25 0 7 127 44 67 115 44
Binary 10100010 10010110 10101 0 111 1010111 100100 110111 1001101 100100

Color Harmonies of #A29615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29615

Black with #A29615

Text Example


Text Example

White with #A29615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29615; }

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

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

background-color css

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

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

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

border-color css

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

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

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