Html Css Color HEX #A8C070 Caper

📋 copy color: '#A8C070'

red 168 ◦ green 192 ◦ blue 112

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

Shades of Caper #A8C070

Tints of Caper #A8C070

RGB

 RED value IS 168 (66.02% from 255) = 35.59%

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

 BLUE value IS 112 (44.14% from 255) = 23.73%

R = 35.59%
G = 40.68%
B = 23.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#A8C070 (or 0xA8C070) is known color: Caper. HEX triplet: A8, C0 and 70. RGB value is (168,192,112). Sum of RGB (Red+Green+Blue) = 168+192+112=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C070 is #573F8F. Grayscale: #B0B0B0. Windows color (decimal): -5717904 or 7389352. OLE color: 7389352.

HSL color Cylindrical-coordinate representation of color #A8C070: hue angle of 78º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8C070 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 192 112 -
CMYK 0.12 0 0.42 0.25
HSL 78º 0.39% 0.6% -
HSV(B) 78º 0.42% 0.75% -
XYZ 37.92 47.19 22.44 -
YUV 175.7 92.05 122.5 -
System Red Green Blue C M Y K H S L
Decimal 168 192 112 0.12 0 0.42 0.25 78 0.39 0.6
Hex A8 C0 70 C 0 2A 19 4E 27 3C
Octal 250 300 160 14 0 52 31 116 47 74
Binary 10101000 11000000 1110000 1100 0 101010 11001 1001110 100111 111100

Color Harmonies of #A8C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C070

Black with #A8C070

Text Example


Text Example

White with #A8C070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C070; }

 p { color: rgb(168,192,112); }

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

background-color css

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

 a { background-color: rgb(168,192,112); }

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

border-color css

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

 span { border-color: rgb(168,192,112); }

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