Html Css Color HEX #AFBC8C Caper

📋 copy color: '#AFBC8C'

red 175 ◦ green 188 ◦ blue 140

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

Shades of Caper #AFBC8C

Tints of Caper #AFBC8C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.38%

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

R = 34.79%
G = 37.38%
B = 27.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#AFBC8C (or 0xAFBC8C) is known color: Caper. HEX triplet: AF, BC and 8C. RGB value is (175,188,140). Sum of RGB (Red+Green+Blue) = 175+188+140=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC8C is #504373. Grayscale: #B2B2B2. Windows color (decimal): -5260148 or 9223343. OLE color: 9223343.

HSL color Cylindrical-coordinate representation of color #AFBC8C: hue angle of 76.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFBC8C is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 140 -
CMYK 0.07 0 0.26 0.26
HSL 76.25º 0.26% 0.64% -
HSV(B) 76.25º 0.26% 0.74% -
XYZ 40.4 46.97 31.75 -
YUV 178.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 175 188 140 0.07 0 0.26 0.26 76.25 0.26 0.64
Hex AF BC 8C 7 0 1A 1A 4C 1A 40
Octal 257 274 214 7 0 32 32 114 32 100
Binary 10101111 10111100 10001100 111 0 11010 11010 1001100 11010 1000000

Color Harmonies of #AFBC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC8C

Black with #AFBC8C

Text Example


Text Example

White with #AFBC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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