Html Css Color HEX #AFB18C Bud

📋 copy color: '#AFB18C'

red 175 ◦ green 177 ◦ blue 140

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

Shades of Bud #AFB18C

Tints of Bud #AFB18C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.98%

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

R = 35.57%
G = 35.98%
B = 28.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AFB18C (or 0xAFB18C) is known color: Bud. HEX triplet: AF, B1 and 8C. RGB value is (175,177,140). Sum of RGB (Red+Green+Blue) = 175+177+140=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB18C is #504E73. Grayscale: #ACACAC. Windows color (decimal): -5262964 or 9220527. OLE color: 9220527.

HSL color Cylindrical-coordinate representation of color #AFB18C: hue angle of 63.24º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFB18C is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 177 140 -
CMYK 0.01 0 0.21 0.31
HSL 63.24º 0.19% 0.62% -
HSV(B) 63.24º 0.21% 0.69% -
XYZ 38.13 42.45 31 -
YUV 172.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 175 177 140 0.01 0 0.21 0.31 63.24 0.19 0.62
Hex AF B1 8C 1 0 15 1F 3F 13 3E
Octal 257 261 214 1 0 25 37 77 23 76
Binary 10101111 10110001 10001100 1 0 10101 11111 111111 10011 111110

Color Harmonies of #AFB18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB18C

Black with #AFB18C

Text Example


Text Example

White with #AFB18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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