Html Css Color HEX #A8C685 Caper

📋 copy color: '#A8C685'

red 168 ◦ green 198 ◦ blue 133

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

Shades of Caper #A8C685

Tints of Caper #A8C685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.65%

R = 33.67%
G = 39.68%
B = 26.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#A8C685 (or 0xA8C685) is known color: Caper. HEX triplet: A8, C6 and 85. RGB value is (168,198,133). Sum of RGB (Red+Green+Blue) = 168+198+133=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C685 is #57397A. Grayscale: #B5B5B5. Windows color (decimal): -5716347 or 8767144. OLE color: 8767144.

HSL color Cylindrical-coordinate representation of color #A8C685: hue angle of 87.69º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8C685 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 198 133 -
CMYK 0.15 0 0.33 0.22
HSL 87.69º 0.36% 0.65% -
HSV(B) 87.69º 0.33% 0.78% -
XYZ 40.58 50.41 29.78 -
YUV 181.62 100.56 118.29 -
System Red Green Blue C M Y K H S L
Decimal 168 198 133 0.15 0 0.33 0.22 87.69 0.36 0.65
Hex A8 C6 85 F 0 21 16 58 24 41
Octal 250 306 205 17 0 41 26 130 44 101
Binary 10101000 11000110 10000101 1111 0 100001 10110 1011000 100100 1000001

Color Harmonies of #A8C685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C685

Black with #A8C685

Text Example


Text Example

White with #A8C685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C685; }

 p { color: rgb(168,198,133); }

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

background-color css

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

 a { background-color: rgb(168,198,133); }

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

border-color css

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

 span { border-color: rgb(168,198,133); }

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