Html Css Color HEX #AFB58C Bud

📋 copy color: '#AFB58C'

red 175 ◦ green 181 ◦ blue 140

#AFB58C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bud #AFB58C

Tints of Bud #AFB58C

RGB

 RED value IS 175 (68.75% from 255) = 35.28%

 GREEN value IS 181 (71.09% from 255) = 36.49%

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 35.28%
G = 36.49%
B = 28.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#AFB58C (or 0xAFB58C) is known color: Bud. HEX triplet: AF, B5 and 8C. RGB value is (175,181,140). Sum of RGB (Red+Green+Blue) = 175+181+140=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB58C is #504A73. Grayscale: #AEAEAE. Windows color (decimal): -5261940 or 9221551. OLE color: 9221551.

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

Color convert

RGB 175 181 140 -
CMYK 0.03 0 0.23 0.29
HSL 68.78º 0.22% 0.63% -
HSV(B) 68.78º 0.23% 0.71% -
XYZ 38.94 44.06 31.26 -
YUV 174.53 108.51 128.33 -
System Red Green Blue C M Y K H S L
Decimal 175 181 140 0.03 0 0.23 0.29 68.78 0.22 0.63
Hex AF B5 8C 3 0 17 1D 45 16 3F
Octal 257 265 214 3 0 27 35 105 26 77
Binary 10101111 10110101 10001100 11 0 10111 11101 1000101 10110 111111

Color Harmonies of #AFB58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB58C

Black with #AFB58C

Text Example


Text Example

White with #AFB58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB58C; }

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

 H1.HeaderClassName
 {
   color: #AFB58C;
 }
 .AnyTagClassName
 {
   color: #AFB58C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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