#AFB488

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

Shades of Bud #AFB488

Tints of Bud #AFB488

Color information

#AFB488 (or 0xAFB488) is unknown color: approx Bud. HEX triplet: AF, B4 and 88. RGB value is (175,180,136). Sum of RGB (Red+Green+Blue) = 175+180+136=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB488 is #504B77. Grayscale: #ADADAD. Windows color (decimal): -5262200 or 8959151. OLE color: 8959151.

HSL color Cylindrical-coordinate representation of color #AFB488: hue angle of 66.82º degrees, saturation: 0.23, 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 #AFB488 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB175180136-
CMYK0.0300.240.29
HSL66.82º22.68%61.96%-
HSV(B)66.82º24.44%70.59%-
XYZ38.4443.5329.67-
YUV173.49106.84129.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=35.64%
G=36.66%
B=27.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801360.0300.240.2966.8222.6861.96
HexAFB48830181D43173e
Octal2572642103030351032776
Binary1010111110110100100010001101100011101100001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB488; }

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

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

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

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

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

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

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

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