Html Css Color HEX #AFB48F Bud

📋 copy color: '#AFB48F'

red 175 ◦ green 180 ◦ blue 143

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

Shades of Bud #AFB48F

Tints of Bud #AFB48F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.14%

 BLUE value IS 143 (56.25% from 255) = 28.71%

R = 35.14%
G = 36.14%
B = 28.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#AFB48F (or 0xAFB48F) is known color: Bud. HEX triplet: AF, B4 and 8F. RGB value is (175,180,143). Sum of RGB (Red+Green+Blue) = 175+180+143=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB48F is #504B70. Grayscale: #AEAEAE. Windows color (decimal): -5262193 or 9417903. OLE color: 9417903.

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

Color convert

RGB 175 180 143 -
CMYK 0.03 0 0.21 0.29
HSL 68.11º 0.2% 0.63% -
HSV(B) 68.11º 0.21% 0.71% -
XYZ 38.96 43.74 32.38 -
YUV 174.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 175 180 143 0.03 0 0.21 0.29 68.11 0.2 0.63
Hex AF B4 8F 3 0 15 1D 44 14 3F
Octal 257 264 217 3 0 25 35 104 24 77
Binary 10101111 10110100 10001111 11 0 10101 11101 1000100 10100 111111

Color Harmonies of #AFB48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB48F

Black with #AFB48F

Text Example


Text Example

White with #AFB48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB48F; }

 p { color: rgb(175,180,143); }

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

background-color css

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

 a { background-color: rgb(175,180,143); }

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

border-color css

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

 span { border-color: rgb(175,180,143); }

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