Html Css Color HEX #A89528 Lucky

📋 copy color: '#A89528'

red 168 ◦ green 149 ◦ blue 40

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

Shades of Lucky #A89528

Tints of Lucky #A89528

RGB

 RED value IS 168 (66.02% from 255) = 47.06%

 GREEN value IS 149 (58.59% from 255) = 41.74%

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

R = 47.06%
G = 41.74%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A89528 (or 0xA89528) is known color: Lucky. HEX triplet: A8, 95 and 28. RGB value is (168,149,40). Sum of RGB (Red+Green+Blue) = 168+149+40=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A89528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89528 is #576AD7. Grayscale: #8E8E8E. Windows color (decimal): -5728984 or 2659752. OLE color: 2659752.

HSL color Cylindrical-coordinate representation of color #A89528: hue angle of 51.09º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A89528 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 149 40 -
CMYK 0 0.11 0.76 0.34
HSL 51.09º 0.62% 0.41% -
HSV(B) 51.09º 0.76% 0.66% -
XYZ 27.28 29.97 6.36 -
YUV 142.26 70.29 146.36 -
System Red Green Blue C M Y K H S L
Decimal 168 149 40 0 0.11 0.76 0.34 51.09 0.62 0.41
Hex A8 95 28 0 B 4C 22 33 3E 29
Octal 250 225 50 0 13 114 42 63 76 51
Binary 10101000 10010101 101000 0 1011 1001100 100010 110011 111110 101001

Color Harmonies of #A89528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89528

Black with #A89528

Text Example


Text Example

White with #A89528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89528; }

 p { color: rgb(168,149,40); }

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

background-color css

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

 a { background-color: rgb(168,149,40); }

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

border-color css

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

 span { border-color: rgb(168,149,40); }

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