Html Css Color HEX #AFCA80 Caper

📋 copy color: '#AFCA80'

red 175 ◦ green 202 ◦ blue 128

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

Shades of Caper #AFCA80

Tints of Caper #AFCA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.35%

R = 34.65%
G = 40%
B = 25.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#AFCA80 (or 0xAFCA80) is known color: Caper. HEX triplet: AF, CA and 80. RGB value is (175,202,128). Sum of RGB (Red+Green+Blue) = 175+202+128=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCA80 is #50357F. Grayscale: #B9B9B9. Windows color (decimal): -5256576 or 8440495. OLE color: 8440495.

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

Color convert

RGB 175 202 128 -
CMYK 0.13 0 0.37 0.21
HSL 81.89º 0.41% 0.65% -
HSV(B) 81.89º 0.37% 0.79% -
XYZ 42.7 52.91 28.39 -
YUV 185.49 95.55 120.52 -
System Red Green Blue C M Y K H S L
Decimal 175 202 128 0.13 0 0.37 0.21 81.89 0.41 0.65
Hex AF CA 80 D 0 25 15 52 29 41
Octal 257 312 200 15 0 45 25 122 51 101
Binary 10101111 11001010 10000000 1101 0 100101 10101 1010010 101001 1000001

Color Harmonies of #AFCA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA80

Black with #AFCA80

Text Example


Text Example

White with #AFCA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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