Html Css Color HEX #AFB58E Bud

📋 copy color: '#AFB58E'

red 175 ◦ green 181 ◦ blue 142

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

Shades of Bud #AFB58E

Tints of Bud #AFB58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.51%

R = 35.14%
G = 36.35%
B = 28.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#AFB58E (or 0xAFB58E) is known color: Bud. HEX triplet: AF, B5 and 8E. RGB value is (175,181,142). Sum of RGB (Red+Green+Blue) = 175+181+142=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB58E is #504A71. Grayscale: #AEAEAE. Windows color (decimal): -5261938 or 9352623. OLE color: 9352623.

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

Color convert

RGB 175 181 142 -
CMYK 0.03 0 0.22 0.29
HSL 69.23º 0.21% 0.63% -
HSV(B) 69.23º 0.22% 0.71% -
XYZ 39.09 44.11 32.05 -
YUV 174.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 175 181 142 0.03 0 0.22 0.29 69.23 0.21 0.63
Hex AF B5 8E 3 0 16 1D 45 15 3F
Octal 257 265 216 3 0 26 35 105 25 77
Binary 10101111 10110101 10001110 11 0 10110 11101 1000101 10101 111111

Color Harmonies of #AFB58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB58E

Black with #AFB58E

Text Example


Text Example

White with #AFB58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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