Html Css Color HEX #ACAC89 Bud

📋 copy color: '#ACAC89'

red 172 ◦ green 172 ◦ blue 137

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

Shades of Bud #ACAC89

Tints of Bud #ACAC89

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.76%

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

R = 35.76%
G = 35.76%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#ACAC89 (or 0xACAC89) is known color: Bud. HEX triplet: AC, AC and 89. RGB value is (172,172,137). Sum of RGB (Red+Green+Blue) = 172+172+137=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC89 is #535376. Grayscale: #A8A8A8. Windows color (decimal): -5460855 or 9022636. OLE color: 9022636.

HSL color Cylindrical-coordinate representation of color #ACAC89: hue angle of 60º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACAC89 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 172 137 -
CMYK 0 0 0.20 0.33
HSL 60º 0.17% 0.61% -
HSV(B) 60º 0.2% 0.67% -
XYZ 36.28 40.08 29.49 -
YUV 168.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 172 172 137 0 0 0.20 0.33 60 0.17 0.61
Hex AC AC 89 0 0 14 21 3C 11 3D
Octal 254 254 211 0 0 24 41 74 21 75
Binary 10101100 10101100 10001001 0 0 10100 100001 111100 10001 111101

Color Harmonies of #ACAC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC89

Black with #ACAC89

Text Example


Text Example

White with #ACAC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC89; }

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

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

background-color css

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

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

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

border-color css

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

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

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