Html Css Color HEX #AFB58B Bud

📋 copy color: '#AFB58B'

red 175 ◦ green 181 ◦ blue 139

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

Shades of Bud #AFB58B

Tints of Bud #AFB58B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 35.35%
G = 36.57%
B = 28.08%

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

#AFB58B (or 0xAFB58B) is known color: Bud. HEX triplet: AF, B5 and 8B. RGB value is (175,181,139). Sum of RGB (Red+Green+Blue) = 175+181+139=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB58B is #504A74. Grayscale: #AEAEAE. Windows color (decimal): -5261941 or 9156015. OLE color: 9156015.

HSL color Cylindrical-coordinate representation of color #AFB58B: hue angle of 68.57º 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 #AFB58B is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 181 139 -
CMYK 0.03 0 0.23 0.29
HSL 68.57º 0.22% 0.63% -
HSV(B) 68.57º 0.23% 0.71% -
XYZ 38.86 44.03 30.88 -
YUV 174.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 175 181 139 0.03 0 0.23 0.29 68.57 0.22 0.63
Hex AF B5 8B 3 0 17 1D 45 16 3F
Octal 257 265 213 3 0 27 35 105 26 77
Binary 10101111 10110101 10001011 11 0 10111 11101 1000101 10110 111111

Color Harmonies of #AFB58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB58B

Black with #AFB58B

Text Example


Text Example

White with #AFB58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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