Html Css Color HEX #ACB489 Bud

📋 copy color: '#ACB489'

red 172 ◦ green 180 ◦ blue 137

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

Shades of Bud #ACB489

Tints of Bud #ACB489

RGB

 RED value IS 172 (67.58% from 255) = 35.17%

 GREEN value IS 180 (70.7% from 255) = 36.81%

 BLUE value IS 137 (53.91% from 255) = 28.02%

R = 35.17%
G = 36.81%
B = 28.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#ACB489 (or 0xACB489) is known color: Bud. HEX triplet: AC, B4 and 89. RGB value is (172,180,137). Sum of RGB (Red+Green+Blue) = 172+180+137=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB489 is #534B76. Grayscale: #ACACAC. Windows color (decimal): -5458807 or 9024684. OLE color: 9024684.

HSL color Cylindrical-coordinate representation of color #ACB489: hue angle of 71.16º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACB489 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 137 -
CMYK 0.04 0 0.24 0.29
HSL 71.16º 0.22% 0.62% -
HSV(B) 71.16º 0.24% 0.71% -
XYZ 37.85 43.22 30.01 -
YUV 172.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 172 180 137 0.04 0 0.24 0.29 71.16 0.22 0.62
Hex AC B4 89 4 0 18 1D 47 16 3E
Octal 254 264 211 4 0 30 35 107 26 76
Binary 10101100 10110100 10001001 100 0 11000 11101 1000111 10110 111110

Color Harmonies of #ACB489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB489

Black with #ACB489

Text Example


Text Example

White with #ACB489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB489; }

 p { color: rgb(172,180,137); }

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

background-color css

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

 a { background-color: rgb(172,180,137); }

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

border-color css

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

 span { border-color: rgb(172,180,137); }

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