Html Css Color HEX #AFC884 Caper

📋 copy color: '#AFC884'

red 175 ◦ green 200 ◦ blue 132

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

Shades of Caper #AFC884

Tints of Caper #AFC884

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.45%

 BLUE value IS 132 (51.95% from 255) = 26.04%

R = 34.52%
G = 39.45%
B = 26.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#AFC884 (or 0xAFC884) is known color: Caper. HEX triplet: AF, C8 and 84. RGB value is (175,200,132). Sum of RGB (Red+Green+Blue) = 175+200+132=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC884 is #50377B. Grayscale: #B9B9B9. Windows color (decimal): -5257084 or 8702127. OLE color: 8702127.

HSL color Cylindrical-coordinate representation of color #AFC884: hue angle of 82.06º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFC884 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 132 -
CMYK 0.12 0 0.34 0.22
HSL 82.06º 0.38% 0.65% -
HSV(B) 82.06º 0.34% 0.78% -
XYZ 42.5 52.09 29.64 -
YUV 184.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 175 200 132 0.12 0 0.34 0.22 82.06 0.38 0.65
Hex AF C8 84 C 0 22 16 52 26 41
Octal 257 310 204 14 0 42 26 122 46 101
Binary 10101111 11001000 10000100 1100 0 100010 10110 1010010 100110 1000001

Color Harmonies of #AFC884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC884

Black with #AFC884

Text Example


Text Example

White with #AFC884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC884; }

 p { color: rgb(175,200,132); }

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

background-color css

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

 a { background-color: rgb(175,200,132); }

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

border-color css

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

 span { border-color: rgb(175,200,132); }

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