Html Css Color HEX #AFB889 Caper

📋 copy color: '#AFB889'

red 175 ◦ green 184 ◦ blue 137

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

Shades of Caper #AFB889

Tints of Caper #AFB889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.62%

R = 35.28%
G = 37.1%
B = 27.62%

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

#AFB889 (or 0xAFB889) is known color: Caper. HEX triplet: AF, B8 and 89. RGB value is (175,184,137). Sum of RGB (Red+Green+Blue) = 175+184+137=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB889 is #504776. Grayscale: #B0B0B0. Windows color (decimal): -5261175 or 9025711. OLE color: 9025711.

HSL color Cylindrical-coordinate representation of color #AFB889: hue angle of 71.49º 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 #AFB889 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 137 -
CMYK 0.05 0 0.26 0.28
HSL 71.49º 0.25% 0.63% -
HSV(B) 71.49º 0.26% 0.72% -
XYZ 39.34 45.2 30.32 -
YUV 175.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 175 184 137 0.05 0 0.26 0.28 71.49 0.25 0.63
Hex AF B8 89 5 0 1A 1C 47 19 3F
Octal 257 270 211 5 0 32 34 107 31 77
Binary 10101111 10111000 10001001 101 0 11010 11100 1000111 11001 111111

Color Harmonies of #AFB889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB889

Black with #AFB889

Text Example


Text Example

White with #AFB889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB889; }

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

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

background-color css

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

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

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

border-color css

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

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

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