Html Css Color HEX #AFBB87 Caper

📋 copy color: '#AFBB87'

red 175 ◦ green 187 ◦ blue 135

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

Shades of Caper #AFBB87

Tints of Caper #AFBB87

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.63%

 BLUE value IS 135 (53.13% from 255) = 27.16%

R = 35.21%
G = 37.63%
B = 27.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#AFBB87 (or 0xAFBB87) is known color: Caper. HEX triplet: AF, BB and 87. RGB value is (175,187,135). Sum of RGB (Red+Green+Blue) = 175+187+135=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB87 is #504478. Grayscale: #B1B1B1. Windows color (decimal): -5260409 or 8895407. OLE color: 8895407.

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

Color convert

RGB 175 187 135 -
CMYK 0.06 0 0.28 0.27
HSL 73.85º 0.28% 0.63% -
HSV(B) 73.85º 0.28% 0.73% -
XYZ 39.82 46.4 29.78 -
YUV 177.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 175 187 135 0.06 0 0.28 0.27 73.85 0.28 0.63
Hex AF BB 87 6 0 1C 1B 4A 1C 3F
Octal 257 273 207 6 0 34 33 112 34 77
Binary 10101111 10111011 10000111 110 0 11100 11011 1001010 11100 111111

Color Harmonies of #AFBB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB87

Black with #AFBB87

Text Example


Text Example

White with #AFBB87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB87; }

 p { color: rgb(175,187,135); }

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

background-color css

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

 a { background-color: rgb(175,187,135); }

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

border-color css

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

 span { border-color: rgb(175,187,135); }

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