Html Css Color HEX #AFC179 Caper

📋 copy color: '#AFC179'

red 175 ◦ green 193 ◦ blue 121

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

Shades of Caper #AFC179

Tints of Caper #AFC179

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.47%

 BLUE value IS 121 (47.66% from 255) = 24.74%

R = 35.79%
G = 39.47%
B = 24.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#AFC179 (or 0xAFC179) is known color: Caper. HEX triplet: AF, C1 and 79. RGB value is (175,193,121). Sum of RGB (Red+Green+Blue) = 175+193+121=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC179 is #503E86. Grayscale: #B3B3B3. Windows color (decimal): -5258887 or 7979439. OLE color: 7979439.

HSL color Cylindrical-coordinate representation of color #AFC179: hue angle of 75º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFC179 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 121 -
CMYK 0.09 0 0.37 0.24
HSL 75º 0.37% 0.62% -
HSV(B) 75º 0.37% 0.76% -
XYZ 40.2 48.63 25.36 -
YUV 179.41 95.04 124.85 -
System Red Green Blue C M Y K H S L
Decimal 175 193 121 0.09 0 0.37 0.24 75 0.37 0.62
Hex AF C1 79 9 0 25 18 4B 25 3E
Octal 257 301 171 11 0 45 30 113 45 76
Binary 10101111 11000001 1111001 1001 0 100101 11000 1001011 100101 111110

Color Harmonies of #AFC179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC179

Black with #AFC179

Text Example


Text Example

White with #AFC179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC179; }

 p { color: rgb(175,193,121); }

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

background-color css

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

 a { background-color: rgb(175,193,121); }

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

border-color css

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

 span { border-color: rgb(175,193,121); }

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