Html Css Color HEX #A09628 Lucky

📋 copy color: '#A09628'

red 160 ◦ green 150 ◦ blue 40

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

Shades of Lucky #A09628

Tints of Lucky #A09628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 45.71%
G = 42.86%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A09628 (or 0xA09628) is known color: Lucky. HEX triplet: A0, 96 and 28. RGB value is (160,150,40). Sum of RGB (Red+Green+Blue) = 160+150+40=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A09628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09628 is #5F69D7. Grayscale: #8C8C8C. Windows color (decimal): -6253016 or 2660000. OLE color: 2660000.

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

Color convert

RGB 160 150 40 -
CMYK 0 0.06 0.75 0.37
HSL 55º 0.6% 0.39% -
HSV(B) 55º 0.75% 0.63% -
XYZ 25.79 29.44 6.33 -
YUV 140.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 160 150 40 0 0.06 0.75 0.37 55 0.6 0.39
Hex A0 96 28 0 6 4B 25 37 3C 27
Octal 240 226 50 0 6 113 45 67 74 47
Binary 10100000 10010110 101000 0 110 1001011 100101 110111 111100 100111

Color Harmonies of #A09628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09628

Black with #A09628

Text Example


Text Example

White with #A09628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09628; }

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

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

background-color css

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

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

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

border-color css

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

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

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