Html Css Color HEX #AFB88E Caper

📋 copy color: '#AFB88E'

red 175 ◦ green 184 ◦ blue 142

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

Shades of Caper #AFB88E

Tints of Caper #AFB88E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.73%

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

R = 34.93%
G = 36.73%
B = 28.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#AFB88E (or 0xAFB88E) is known color: Caper. HEX triplet: AF, B8 and 8E. RGB value is (175,184,142). Sum of RGB (Red+Green+Blue) = 175+184+142=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB88E is #504771. Grayscale: #B0B0B0. Windows color (decimal): -5261170 or 9353391. OLE color: 9353391.

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

Color convert

RGB 175 184 142 -
CMYK 0.05 0 0.23 0.28
HSL 72.86º 0.23% 0.64% -
HSV(B) 72.86º 0.23% 0.72% -
XYZ 39.7 45.35 32.25 -
YUV 176.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 175 184 142 0.05 0 0.23 0.28 72.86 0.23 0.64
Hex AF B8 8E 5 0 17 1C 49 17 40
Octal 257 270 216 5 0 27 34 111 27 100
Binary 10101111 10111000 10001110 101 0 10111 11100 1001001 10111 1000000

Color Harmonies of #AFB88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB88E

Black with #AFB88E

Text Example


Text Example

White with #AFB88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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