Html Css Color HEX #A29626 Lucky

📋 copy color: '#A29626'

red 162 ◦ green 150 ◦ blue 38

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

Shades of Lucky #A29626

Tints of Lucky #A29626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.86%

R = 46.29%
G = 42.86%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A29626 (or 0xA29626) is known color: Lucky. HEX triplet: A2, 96 and 26. RGB value is (162,150,38). Sum of RGB (Red+Green+Blue) = 162+150+38=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A29626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29626 is #5D69D9. Grayscale: #8D8D8D. Windows color (decimal): -6121946 or 2528930. OLE color: 2528930.

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

Color convert

RGB 162 150 38 -
CMYK 0 0.07 0.77 0.36
HSL 54.19º 0.62% 0.39% -
HSV(B) 54.19º 0.77% 0.64% -
XYZ 26.16 29.63 6.18 -
YUV 140.82 69.98 143.11 -
System Red Green Blue C M Y K H S L
Decimal 162 150 38 0 0.07 0.77 0.36 54.19 0.62 0.39
Hex A2 96 26 0 7 4D 24 36 3E 27
Octal 242 226 46 0 7 115 44 66 76 47
Binary 10100010 10010110 100110 0 111 1001101 100100 110110 111110 100111

Color Harmonies of #A29626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29626

Black with #A29626

Text Example


Text Example

White with #A29626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29626; }

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

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

background-color css

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

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

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

border-color css

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

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

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