Html Css Color HEX #AFB28C Bud

📋 copy color: '#AFB28C'

red 175 ◦ green 178 ◦ blue 140

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

Shades of Bud #AFB28C

Tints of Bud #AFB28C

RGB

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

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

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

R = 35.5%
G = 36.11%
B = 28.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#AFB28C (or 0xAFB28C) is known color: Bud. HEX triplet: AF, B2 and 8C. RGB value is (175,178,140). Sum of RGB (Red+Green+Blue) = 175+178+140=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB28C is #504D73. Grayscale: #ACACAC. Windows color (decimal): -5262708 or 9220783. OLE color: 9220783.

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

Color convert

RGB 175 178 140 -
CMYK 0.02 0 0.21 0.30
HSL 64.74º 0.2% 0.62% -
HSV(B) 64.74º 0.21% 0.7% -
XYZ 38.33 42.85 31.06 -
YUV 172.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 175 178 140 0.02 0 0.21 0.30 64.74 0.2 0.62
Hex AF B2 8C 2 0 15 1E 41 14 3E
Octal 257 262 214 2 0 25 36 101 24 76
Binary 10101111 10110010 10001100 10 0 10101 11110 1000001 10100 111110

Color Harmonies of #AFB28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB28C

Black with #AFB28C

Text Example


Text Example

White with #AFB28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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