Html Css Color HEX #AFBB8C Caper

📋 copy color: '#AFBB8C'

red 175 ◦ green 187 ◦ blue 140

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

Shades of Caper #AFBB8C

Tints of Caper #AFBB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.89%

R = 34.86%
G = 37.25%
B = 27.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#AFBB8C (or 0xAFBB8C) is known color: Caper. HEX triplet: AF, BB and 8C. RGB value is (175,187,140). Sum of RGB (Red+Green+Blue) = 175+187+140=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB8C is #504473. Grayscale: #B2B2B2. Windows color (decimal): -5260404 or 9223087. OLE color: 9223087.

HSL color Cylindrical-coordinate representation of color #AFBB8C: hue angle of 75.32º degrees, saturation: 0.26, 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 #AFBB8C is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 140 -
CMYK 0.06 0 0.25 0.27
HSL 75.32º 0.26% 0.64% -
HSV(B) 75.32º 0.25% 0.73% -
XYZ 40.18 46.55 31.68 -
YUV 178.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 175 187 140 0.06 0 0.25 0.27 75.32 0.26 0.64
Hex AF BB 8C 6 0 19 1B 4B 1A 40
Octal 257 273 214 6 0 31 33 113 32 100
Binary 10101111 10111011 10001100 110 0 11001 11011 1001011 11010 1000000

Color Harmonies of #AFBB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB8C

Black with #AFBB8C

Text Example


Text Example

White with #AFBB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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