Html Css Color HEX #AFCA7C Caper

📋 copy color: '#AFCA7C'

red 175 ◦ green 202 ◦ blue 124

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

Shades of Caper #AFCA7C

Tints of Caper #AFCA7C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.32%

 BLUE value IS 124 (48.83% from 255) = 24.75%

R = 34.93%
G = 40.32%
B = 24.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#AFCA7C (or 0xAFCA7C) is known color: Caper. HEX triplet: AF, CA and 7C. RGB value is (175,202,124). Sum of RGB (Red+Green+Blue) = 175+202+124=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA7C is #503583. Grayscale: #B9B9B9. Windows color (decimal): -5256580 or 8178351. OLE color: 8178351.

HSL color Cylindrical-coordinate representation of color #AFCA7C: hue angle of 80.77º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFCA7C is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 124 -
CMYK 0.13 0 0.39 0.21
HSL 80.77º 0.42% 0.64% -
HSV(B) 80.77º 0.39% 0.79% -
XYZ 42.44 52.81 27.03 -
YUV 185.04 93.55 120.84 -
System Red Green Blue C M Y K H S L
Decimal 175 202 124 0.13 0 0.39 0.21 80.77 0.42 0.64
Hex AF CA 7C D 0 27 15 51 2A 40
Octal 257 312 174 15 0 47 25 121 52 100
Binary 10101111 11001010 1111100 1101 0 100111 10101 1010001 101010 1000000

Color Harmonies of #AFCA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA7C

Black with #AFCA7C

Text Example


Text Example

White with #AFCA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA7C; }

 p { color: rgb(175,202,124); }

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

background-color css

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

 a { background-color: rgb(175,202,124); }

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

border-color css

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

 span { border-color: rgb(175,202,124); }

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