Html Css Color HEX #A29912 Lucky

📋 copy color: '#A29912'

red 162 ◦ green 153 ◦ blue 18

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

Shades of Lucky #A29912

Tints of Lucky #A29912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.41%

R = 48.65%
G = 45.95%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A29912 (or 0xA29912) is known color: Lucky. HEX triplet: A2, 99 and 12. RGB value is (162,153,18). Sum of RGB (Red+Green+Blue) = 162+153+18=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A29912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29912 is #5D66ED. Grayscale: #8C8C8C. Windows color (decimal): -6121198 or 1218978. OLE color: 1218978.

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

Color convert

RGB 162 153 18 -
CMYK 0 0.06 0.89 0.36
HSL 56.25º 0.8% 0.35% -
HSV(B) 56.25º 0.89% 0.64% -
XYZ 26.4 30.51 5.07 -
YUV 140.3 58.98 143.48 -
System Red Green Blue C M Y K H S L
Decimal 162 153 18 0 0.06 0.89 0.36 56.25 0.8 0.35
Hex A2 99 12 0 6 59 24 38 50 23
Octal 242 231 22 0 6 131 44 70 120 43
Binary 10100010 10011001 10010 0 110 1011001 100100 111000 1010000 100011

Color Harmonies of #A29912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29912

Black with #A29912

Text Example


Text Example

White with #A29912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29912; }

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

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

background-color css

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

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

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

border-color css

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

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

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