Html Css Color HEX #AFC080 Caper

📋 copy color: '#AFC080'

red 175 ◦ green 192 ◦ blue 128

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

Shades of Caper #AFC080

Tints of Caper #AFC080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.79%

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

R = 35.35%
G = 38.79%
B = 25.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#AFC080 (or 0xAFC080) is known color: Caper. HEX triplet: AF, C0 and 80. RGB value is (175,192,128). Sum of RGB (Red+Green+Blue) = 175+192+128=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC080 is #503F7F. Grayscale: #B3B3B3. Windows color (decimal): -5259136 or 8437935. OLE color: 8437935.

HSL color Cylindrical-coordinate representation of color #AFC080: hue angle of 75.94º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFC080 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 128 -
CMYK 0.09 0 0.33 0.25
HSL 75.94º 0.34% 0.63% -
HSV(B) 75.94º 0.33% 0.75% -
XYZ 40.43 48.37 27.63 -
YUV 179.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 175 192 128 0.09 0 0.33 0.25 75.94 0.34 0.63
Hex AF C0 80 9 0 21 19 4C 22 3F
Octal 257 300 200 11 0 41 31 114 42 77
Binary 10101111 11000000 10000000 1001 0 100001 11001 1001100 100010 111111

Color Harmonies of #AFC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC080

Black with #AFC080

Text Example


Text Example

White with #AFC080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC080; }

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

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

background-color css

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

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

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

border-color css

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

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

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