#AFB392

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

Shades of Bud #AFB392

Tints of Bud #AFB392

Color information

#AFB392 (or 0xAFB392) is unknown color: approx Bud. HEX triplet: AF, B3 and 92. RGB value is (175,179,146). Sum of RGB (Red+Green+Blue) = 175+179+146=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB392 is #504C6D. Grayscale: #AEAEAE. Windows color (decimal): -5262446 or 9614255. OLE color: 9614255.

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

Color convert

RGB175179146-
CMYK0.0200.180.30
HSL67.27º17.84%63.73%-
HSV(B)67.27º18.44%70.2%-
XYZ38.9943.4333.52-
YUV174.04112.17128.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 179 (70.31% from 255) = 35.8%
BLUE value IS 146 (57.42% from 255) = 29.2%
R=35%
G=35.8%
B=29.2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751791460.0200.180.3067.2717.8463.73
HexAFB39220121E431240
Octal25726322220223610322100
Binary10101111101100111001001010010010111101000011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB392; }

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

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

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

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

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

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

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

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