Html Css Color HEX #AFB98C Caper

📋 copy color: '#AFB98C'

red 175 ◦ green 185 ◦ blue 140

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

Shades of Caper #AFB98C

Tints of Caper #AFB98C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37%

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

R = 35%
G = 37%
B = 28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#AFB98C (or 0xAFB98C) is known color: Caper. HEX triplet: AF, B9 and 8C. RGB value is (175,185,140). Sum of RGB (Red+Green+Blue) = 175+185+140=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB98C is #504673. Grayscale: #B1B1B1. Windows color (decimal): -5260916 or 9222575. OLE color: 9222575.

HSL color Cylindrical-coordinate representation of color #AFB98C: hue angle of 73.33º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFB98C is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 140 -
CMYK 0.05 0 0.24 0.27
HSL 73.33º 0.24% 0.64% -
HSV(B) 73.33º 0.24% 0.73% -
XYZ 39.76 45.71 31.54 -
YUV 176.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 175 185 140 0.05 0 0.24 0.27 73.33 0.24 0.64
Hex AF B9 8C 5 0 18 1B 49 18 40
Octal 257 271 214 5 0 30 33 111 30 100
Binary 10101111 10111001 10001100 101 0 11000 11011 1001001 11000 1000000

Color Harmonies of #AFB98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB98C

Black with #AFB98C

Text Example


Text Example

White with #AFB98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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