#AFB490

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

Shades of Bud #AFB490

Tints of Bud #AFB490

Color information

#AFB490 (or 0xAFB490) is unknown color: approx Bud. HEX triplet: AF, B4 and 90. RGB value is (175,180,144). Sum of RGB (Red+Green+Blue) = 175+180+144=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB490 is #504B6F. Grayscale: #AEAEAE. Windows color (decimal): -5262192 or 9483439. OLE color: 9483439.

HSL color Cylindrical-coordinate representation of color #AFB490: hue angle of 68.33º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB490 is Cyan = 0.03, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB175180144-
CMYK0.0300.20.29
HSL68.33º19.35%63.53%-
HSV(B)68.33º20%70.59%-
XYZ39.0343.7732.78-
YUV174.4110.84128.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 180 (70.70% from 255) = 36.07%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=35.07%
G=36.07%
B=28.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801440.0300.20.2968.3319.3563.53
HexAFB49030141D441340
Octal25726422030243510423100
Binary10101111101101001001000011010100111011000100100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB490; }

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

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

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

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

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

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

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

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