Html Css Color HEX #AFB98B Caper

📋 copy color: '#AFB98B'

red 175 ◦ green 185 ◦ blue 139

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

Shades of Caper #AFB98B

Tints of Caper #AFB98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.86%

R = 35.07%
G = 37.07%
B = 27.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#AFB98B (or 0xAFB98B) is known color: Caper. HEX triplet: AF, B9 and 8B. RGB value is (175,185,139). Sum of RGB (Red+Green+Blue) = 175+185+139=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB98B is #504674. Grayscale: #B0B0B0. Windows color (decimal): -5260917 or 9157039. OLE color: 9157039.

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

Color convert

RGB 175 185 139 -
CMYK 0.05 0 0.25 0.27
HSL 73.04º 0.25% 0.64% -
HSV(B) 73.04º 0.25% 0.73% -
XYZ 39.69 45.68 31.15 -
YUV 176.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 175 185 139 0.05 0 0.25 0.27 73.04 0.25 0.64
Hex AF B9 8B 5 0 19 1B 49 19 40
Octal 257 271 213 5 0 31 33 111 31 100
Binary 10101111 10111001 10001011 101 0 11001 11011 1001001 11001 1000000

Color Harmonies of #AFB98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB98B

Black with #AFB98B

Text Example


Text Example

White with #AFB98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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