#AFB088

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

Shades of Bud #AFB088

Tints of Bud #AFB088

Color information

#AFB088 (or 0xAFB088) is unknown color: approx Bud. HEX triplet: AF, B0 and 88. RGB value is (175,176,136). Sum of RGB (Red+Green+Blue) = 175+176+136=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB088 is #504F77. Grayscale: #ABABAB. Windows color (decimal): -5263224 or 8958127. OLE color: 8958127.

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

Color convert

RGB175176136-
CMYK0.0100.230.31
HSL61.5º20.2%61.18%-
HSV(B)61.5º22.73%69.02%-
XYZ37.6541.9429.4-
YUV171.14108.17130.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=35.93%
G=36.14%
B=27.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751761360.0100.230.3161.520.261.18
HexAFB08810171F3e143d
Octal257260210102737762475
Binary10101111101100001000100010101111111111111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB088; }

 p { color: rgb(175,176,136); }

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

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

 a { background-color: rgb(175,176,136); }

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

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

 span { border-color: rgb(175,176,136); }

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