#AFB384

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

Shades of Bud #AFB384

Tints of Bud #AFB384

Color information

#AFB384 (or 0xAFB384) is unknown color: approx Bud. HEX triplet: AF, B3 and 84. RGB value is (175,179,132). Sum of RGB (Red+Green+Blue) = 175+179+132=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB384 is #504C7B. Grayscale: #ACACAC. Windows color (decimal): -5262460 or 8696751. OLE color: 8696751.

HSL color Cylindrical-coordinate representation of color #AFB384: hue angle of 65.11º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB384 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB175179132-
CMYK0.0200.260.30
HSL65.11º23.62%60.98%-
HSV(B)65.11º26.26%70.2%-
XYZ37.9643.0228.13-
YUV172.45105.17129.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=36.01%
G=36.83%
B=27.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751791320.0200.260.3065.1123.6260.98
HexAFB384201A1E41183d
Octal2572632042032361013075
Binary1010111110110011100001001001101011110100000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB384; }

 p { color: rgb(175,179,132); }

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

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

 a { background-color: rgb(175,179,132); }

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

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

 span { border-color: rgb(175,179,132); }

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