Html Css Color HEX #AFB888 Caper

📋 copy color: '#AFB888'

red 175 ◦ green 184 ◦ blue 136

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

Shades of Caper #AFB888

Tints of Caper #AFB888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.47%

R = 35.35%
G = 37.17%
B = 27.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#AFB888 (or 0xAFB888) is known color: Caper. HEX triplet: AF, B8 and 88. RGB value is (175,184,136). Sum of RGB (Red+Green+Blue) = 175+184+136=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB888 is #504777. Grayscale: #B0B0B0. Windows color (decimal): -5261176 or 8960175. OLE color: 8960175.

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

Color convert

RGB 175 184 136 -
CMYK 0.05 0 0.26 0.28
HSL 71.25º 0.25% 0.63% -
HSV(B) 71.25º 0.26% 0.72% -
XYZ 39.26 45.17 29.94 -
YUV 175.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 175 184 136 0.05 0 0.26 0.28 71.25 0.25 0.63
Hex AF B8 88 5 0 1A 1C 47 19 3F
Octal 257 270 210 5 0 32 34 107 31 77
Binary 10101111 10111000 10001000 101 0 11010 11100 1000111 11001 111111

Color Harmonies of #AFB888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB888

Black with #AFB888

Text Example


Text Example

White with #AFB888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB888; }

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

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

background-color css

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

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

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

border-color css

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

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

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