Html Css Color HEX #A7C575 Caper

📋 copy color: '#A7C575'

red 167 ◦ green 197 ◦ blue 117

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

Shades of Caper #A7C575

Tints of Caper #A7C575

RGB

 RED value IS 167 (65.63% from 255) = 34.72%

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

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

R = 34.72%
G = 40.96%
B = 24.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#A7C575 (or 0xA7C575) is known color: Caper. HEX triplet: A7, C5 and 75. RGB value is (167,197,117). Sum of RGB (Red+Green+Blue) = 167+197+117=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C575 is #583A8A. Grayscale: #B3B3B3. Windows color (decimal): -5782155 or 7718311. OLE color: 7718311.

HSL color Cylindrical-coordinate representation of color #A7C575: hue angle of 82.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 #A7C575 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 197 117 -
CMYK 0.15 0 0.41 0.23
HSL 82.5º 0.41% 0.62% -
HSV(B) 82.5º 0.41% 0.77% -
XYZ 39.11 49.43 24.31 -
YUV 178.91 93.06 119.5 -
System Red Green Blue C M Y K H S L
Decimal 167 197 117 0.15 0 0.41 0.23 82.5 0.41 0.62
Hex A7 C5 75 F 0 29 17 52 29 3E
Octal 247 305 165 17 0 51 27 122 51 76
Binary 10100111 11000101 1110101 1111 0 101001 10111 1010010 101001 111110

Color Harmonies of #A7C575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C575

Black with #A7C575

Text Example


Text Example

White with #A7C575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C575; }

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

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

background-color css

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

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

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

border-color css

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

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

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