Html Css Color HEX #ACB089 Bud

📋 copy color: '#ACB089'

red 172 ◦ green 176 ◦ blue 137

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

Shades of Bud #ACB089

Tints of Bud #ACB089

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.29%

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

R = 35.46%
G = 36.29%
B = 28.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#ACB089 (or 0xACB089) is known color: Bud. HEX triplet: AC, B0 and 89. RGB value is (172,176,137). Sum of RGB (Red+Green+Blue) = 172+176+137=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB089 is #534F76. Grayscale: #AAAAAA. Windows color (decimal): -5459831 or 9023660. OLE color: 9023660.

HSL color Cylindrical-coordinate representation of color #ACB089: hue angle of 66.15º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB089 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 137 -
CMYK 0.02 0 0.22 0.31
HSL 66.15º 0.2% 0.61% -
HSV(B) 66.15º 0.22% 0.69% -
XYZ 37.05 41.63 29.75 -
YUV 170.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 172 176 137 0.02 0 0.22 0.31 66.15 0.2 0.61
Hex AC B0 89 2 0 16 1F 42 14 3D
Octal 254 260 211 2 0 26 37 102 24 75
Binary 10101100 10110000 10001001 10 0 10110 11111 1000010 10100 111101

Color Harmonies of #ACB089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB089

Black with #ACB089

Text Example


Text Example

White with #ACB089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB089; }

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

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

background-color css

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

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

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

border-color css

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

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

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