#AFB198

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

Shades of Bud #AFB198

Tints of Bud #AFB198

Color information

#AFB198 (or 0xAFB198) is unknown color: approx Bud. HEX triplet: AF, B1 and 98. RGB value is (175,177,152). Sum of RGB (Red+Green+Blue) = 175+177+152=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB198 is #504E67. Grayscale: #ADADAD. Windows color (decimal): -5262952 or 10006959. OLE color: 10006959.

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

Color convert

RGB175177152-
CMYK0.0100.140.31
HSL64.8º13.81%64.51%-
HSV(B)64.8º14.12%69.41%-
XYZ39.0742.8335.91-
YUV173.55115.84129.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=34.72%
G=35.12%
B=30.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771520.0100.140.3164.813.8164.51
HexAFB19810E1F41e41
Octal25726123010163710116101
Binary10101111101100011001100010111011111100000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB198; }

 p { color: rgb(175,177,152); }

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

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

 a { background-color: rgb(175,177,152); }

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

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

 span { border-color: rgb(175,177,152); }

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