#AFB58A

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

Shades of Bud #AFB58A

Tints of Bud #AFB58A

Color information

#AFB58A (or 0xAFB58A) is unknown color: approx Bud. HEX triplet: AF, B5 and 8A. RGB value is (175,181,138). Sum of RGB (Red+Green+Blue) = 175+181+138=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB58A is #504A75. Grayscale: #AEAEAE. Windows color (decimal): -5261942 or 9090479. OLE color: 9090479.

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

Color convert

RGB175181138-
CMYK0.0300.240.29
HSL68.37º22.51%62.55%-
HSV(B)68.37º23.76%70.98%-
XYZ38.794430.49-
YUV174.3107.51128.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=35.43%
G=36.64%
B=27.94%

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
Decimal1751811380.0300.240.2968.3722.5162.55
HexAFB58A30181D44173f
Octal2572652123030351042777
Binary1010111110110101100010101101100011101100010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB58A; }

 p { color: rgb(175,181,138); }

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

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

 a { background-color: rgb(175,181,138); }

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

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

 span { border-color: rgb(175,181,138); }

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