#ACAF8A

Color #ACAF8A Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bud #ACAF8A

Tints of Bud #ACAF8A

Color information

#ACAF8A (or 0xACAF8A) is unknown color: approx Bud. HEX triplet: AC, AF and 8A. RGB value is (172,175,138). Sum of RGB (Red+Green+Blue) = 172+175+138=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF8A is #535075. Grayscale: #AAAAAA. Windows color (decimal): -5460086 or 9088940. OLE color: 9088940.

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

Color convert

RGB172175138-
CMYK0.0200.210.31
HSL64.86º18.78%61.37%-
HSV(B)64.86º21.14%68.63%-
XYZ36.9341.2730.06-
YUV169.88110.01129.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=35.46%
G=36.08%
B=28.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751380.0200.210.3164.8618.7861.37
HexACAF8A20151F41133d
Octal2542572122025371012375
Binary1010110010101111100010101001010111111100000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF8A; }

 p { color: rgb(172,175,138); }

 H1.HeaderClassName
 {
   color: #ACAF8A;
 }
 .AnyTagClassName
 {
   color: #ACAF8A;
 }
</style>
background-color css

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

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

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

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

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

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