Html Css Color HEX #AFC575 Caper

📋 copy color: '#AFC575'

red 175 ◦ green 197 ◦ blue 117

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

Shades of Caper #AFC575

Tints of Caper #AFC575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.29%

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 35.79%
G = 40.29%
B = 23.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#AFC575 (or 0xAFC575) is known color: Caper. HEX triplet: AF, C5 and 75. RGB value is (175,197,117). Sum of RGB (Red+Green+Blue) = 175+197+117=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC575 is #503A8A. Grayscale: #B5B5B5. Windows color (decimal): -5257867 or 7718319. OLE color: 7718319.

HSL color Cylindrical-coordinate representation of color #AFC575: hue angle of 76.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFC575 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 117 -
CMYK 0.11 0 0.41 0.23
HSL 76.5º 0.41% 0.62% -
HSV(B) 76.5º 0.41% 0.77% -
XYZ 40.86 50.33 24.39 -
YUV 181.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 175 197 117 0.11 0 0.41 0.23 76.5 0.41 0.62
Hex AF C5 75 B 0 29 17 4C 29 3E
Octal 257 305 165 13 0 51 27 114 51 76
Binary 10101111 11000101 1110101 1011 0 101001 10111 1001100 101001 111110

Color Harmonies of #AFC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC575

Black with #AFC575

Text Example


Text Example

White with #AFC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC575; }

 p { color: rgb(175,197,117); }

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

background-color css

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

 a { background-color: rgb(175,197,117); }

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

border-color css

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

 span { border-color: rgb(175,197,117); }

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