Html Css Color HEX #A29409 Lucky

📋 copy color: '#A29409'

red 162 ◦ green 148 ◦ blue 9

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

Shades of Lucky #A29409

Tints of Lucky #A29409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.39%

 BLUE value IS 9 (3.91% from 255) = 2.82%

R = 50.78%
G = 46.39%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A29409 (or 0xA29409) is known color: Lucky. HEX triplet: A2, 94 and 09. RGB value is (162,148,9). Sum of RGB (Red+Green+Blue) = 162+148+9=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A29409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29409 is #5D6BF6. Grayscale: #888888. Windows color (decimal): -6122487 or 627874. OLE color: 627874.

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

Color convert

RGB 162 148 9 -
CMYK 0 0.09 0.94 0.36
HSL 54.51º 0.89% 0.34% -
HSV(B) 54.51º 0.94% 0.64% -
XYZ 25.54 28.88 4.49 -
YUV 136.34 56.14 146.3 -
System Red Green Blue C M Y K H S L
Decimal 162 148 9 0 0.09 0.94 0.36 54.51 0.89 0.34
Hex A2 94 9 0 9 5E 24 37 59 22
Octal 242 224 11 0 11 136 44 67 131 42
Binary 10100010 10010100 1001 0 1001 1011110 100100 110111 1011001 100010

Color Harmonies of #A29409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29409

Black with #A29409

Text Example


Text Example

White with #A29409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29409; }

 p { color: rgb(162,148,9); }

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

background-color css

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

 a { background-color: rgb(162,148,9); }

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

border-color css

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

 span { border-color: rgb(162,148,9); }

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