Html Css Color HEX #AFB78C Caper

📋 copy color: '#AFB78C'

red 175 ◦ green 183 ◦ blue 140

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

Shades of Caper #AFB78C

Tints of Caper #AFB78C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.75%

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

R = 35.14%
G = 36.75%
B = 28.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#AFB78C (or 0xAFB78C) is known color: Caper. HEX triplet: AF, B7 and 8C. RGB value is (175,183,140). Sum of RGB (Red+Green+Blue) = 175+183+140=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB78C is #504873. Grayscale: #AFAFAF. Windows color (decimal): -5261428 or 9222063. OLE color: 9222063.

HSL color Cylindrical-coordinate representation of color #AFB78C: hue angle of 71.16º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFB78C is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 140 -
CMYK 0.04 0 0.23 0.28
HSL 71.16º 0.23% 0.63% -
HSV(B) 71.16º 0.23% 0.72% -
XYZ 39.35 44.87 31.4 -
YUV 175.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 175 183 140 0.04 0 0.23 0.28 71.16 0.23 0.63
Hex AF B7 8C 4 0 17 1C 47 17 3F
Octal 257 267 214 4 0 27 34 107 27 77
Binary 10101111 10110111 10001100 100 0 10111 11100 1000111 10111 111111

Color Harmonies of #AFB78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB78C

Black with #AFB78C

Text Example


Text Example

White with #AFB78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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