Html Css Color HEX #AFB28F Bud

📋 copy color: '#AFB28F'

red 175 ◦ green 178 ◦ blue 143

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

Shades of Bud #AFB28F

Tints of Bud #AFB28F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

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

R = 35.28%
G = 35.89%
B = 28.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#AFB28F (or 0xAFB28F) is known color: Bud. HEX triplet: AF, B2 and 8F. RGB value is (175,178,143). Sum of RGB (Red+Green+Blue) = 175+178+143=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB28F is #504D70. Grayscale: #ADADAD. Windows color (decimal): -5262705 or 9417391. OLE color: 9417391.

HSL color Cylindrical-coordinate representation of color #AFB28F: hue angle of 65.14º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB28F is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 178 143 -
CMYK 0.02 0 0.20 0.30
HSL 65.14º 0.19% 0.63% -
HSV(B) 65.14º 0.2% 0.7% -
XYZ 38.56 42.94 32.24 -
YUV 173.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 175 178 143 0.02 0 0.20 0.30 65.14 0.19 0.63
Hex AF B2 8F 2 0 14 1E 41 13 3F
Octal 257 262 217 2 0 24 36 101 23 77
Binary 10101111 10110010 10001111 10 0 10100 11110 1000001 10011 111111

Color Harmonies of #AFB28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB28F

Black with #AFB28F

Text Example


Text Example

White with #AFB28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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