Html Css Color HEX #AFB18E Bud

📋 copy color: '#AFB18E'

red 175 ◦ green 177 ◦ blue 142

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

Shades of Bud #AFB18E

Tints of Bud #AFB18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.74%

R = 35.43%
G = 35.83%
B = 28.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#AFB18E (or 0xAFB18E) is known color: Bud. HEX triplet: AF, B1 and 8E. RGB value is (175,177,142). Sum of RGB (Red+Green+Blue) = 175+177+142=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB18E is #504E71. Grayscale: #ACACAC. Windows color (decimal): -5262962 or 9351599. OLE color: 9351599.

HSL color Cylindrical-coordinate representation of color #AFB18E: hue angle of 63.43º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB18E is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 177 142 -
CMYK 0.01 0 0.20 0.31
HSL 63.43º 0.18% 0.63% -
HSV(B) 63.43º 0.2% 0.69% -
XYZ 38.28 42.51 31.78 -
YUV 172.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 175 177 142 0.01 0 0.20 0.31 63.43 0.18 0.63
Hex AF B1 8E 1 0 14 1F 3F 12 3F
Octal 257 261 216 1 0 24 37 77 22 77
Binary 10101111 10110001 10001110 1 0 10100 11111 111111 10010 111111

Color Harmonies of #AFB18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB18E

Black with #AFB18E

Text Example


Text Example

White with #AFB18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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