#AFB489

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

Shades of Bud #AFB489

Tints of Bud #AFB489

Color information

#AFB489 (or 0xAFB489) is unknown color: approx Bud. HEX triplet: AF, B4 and 89. RGB value is (175,180,137). Sum of RGB (Red+Green+Blue) = 175+180+137=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB489 is #504B76. Grayscale: #ADADAD. Windows color (decimal): -5262199 or 9024687. OLE color: 9024687.

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

Color convert

RGB175180137-
CMYK0.0300.240.29
HSL66.98º22.28%62.16%-
HSV(B)66.98º23.89%70.59%-
XYZ38.5243.5630.05-
YUV173.6107.34129-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 137 (53.91% from 255) = 27.85%
R=35.57%
G=36.59%
B=27.85%

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
Decimal1751801370.0300.240.2966.9822.2862.16
HexAFB48930181D43163e
Octal2572642113030351032676
Binary1010111110110100100010011101100011101100001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB489; }

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

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

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

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

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

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

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

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