Html Css Color HEX #A09629 Lucky

📋 copy color: '#A09629'

red 160 ◦ green 150 ◦ blue 41

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

Shades of Lucky #A09629

Tints of Lucky #A09629

RGB

 RED value IS 160 (62.89% from 255) = 45.58%

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

 BLUE value IS 41 (16.41% from 255) = 11.68%

R = 45.58%
G = 42.74%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A09629 (or 0xA09629) is known color: Lucky. HEX triplet: A0, 96 and 29. RGB value is (160,150,41). Sum of RGB (Red+Green+Blue) = 160+150+41=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A09629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09629 is #5F69D6. Grayscale: #8D8D8D. Windows color (decimal): -6253015 or 2725536. OLE color: 2725536.

HSL color Cylindrical-coordinate representation of color #A09629: hue angle of 54.96º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A09629 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 150 41 -
CMYK 0 0.06 0.74 0.37
HSL 54.96º 0.59% 0.39% -
HSV(B) 54.96º 0.74% 0.63% -
XYZ 25.8 29.45 6.42 -
YUV 140.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 160 150 41 0 0.06 0.74 0.37 54.96 0.59 0.39
Hex A0 96 29 0 6 4A 25 37 3B 27
Octal 240 226 51 0 6 112 45 67 73 47
Binary 10100000 10010110 101001 0 110 1001010 100101 110111 111011 100111

Color Harmonies of #A09629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09629

Black with #A09629

Text Example


Text Example

White with #A09629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09629; }

 p { color: rgb(160,150,41); }

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

background-color css

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

 a { background-color: rgb(160,150,41); }

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

border-color css

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

 span { border-color: rgb(160,150,41); }

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