Html Css Color HEX #AFC675 Caper

📋 copy color: '#AFC675'

red 175 ◦ green 198 ◦ blue 117

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

Shades of Caper #AFC675

Tints of Caper #AFC675

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.41%

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

R = 35.71%
G = 40.41%
B = 23.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#AFC675 (or 0xAFC675) is known color: Caper. HEX triplet: AF, C6 and 75. RGB value is (175,198,117). Sum of RGB (Red+Green+Blue) = 175+198+117=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC675 is #50398A. Grayscale: #B6B6B6. Windows color (decimal): -5257611 or 7718575. OLE color: 7718575.

HSL color Cylindrical-coordinate representation of color #AFC675: hue angle of 77.04º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFC675 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 117 -
CMYK 0.12 0 0.41 0.22
HSL 77.04º 0.42% 0.62% -
HSV(B) 77.04º 0.41% 0.78% -
XYZ 41.08 50.79 24.47 -
YUV 181.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 175 198 117 0.12 0 0.41 0.22 77.04 0.42 0.62
Hex AF C6 75 C 0 29 16 4D 2A 3E
Octal 257 306 165 14 0 51 26 115 52 76
Binary 10101111 11000110 1110101 1100 0 101001 10110 1001101 101010 111110

Color Harmonies of #AFC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC675

Black with #AFC675

Text Example


Text Example

White with #AFC675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC675; }

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

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

background-color css

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

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

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

border-color css

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

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

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