Html Css Color HEX #AEC686 Caper

📋 copy color: '#AEC686'

red 174 ◦ green 198 ◦ blue 134

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

Shades of Caper #AEC686

Tints of Caper #AEC686

RGB

 RED value IS 174 (68.36% from 255) = 34.39%

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

 BLUE value IS 134 (52.73% from 255) = 26.48%

R = 34.39%
G = 39.13%
B = 26.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#AEC686 (or 0xAEC686) is known color: Caper. HEX triplet: AE, C6 and 86. RGB value is (174,198,134). Sum of RGB (Red+Green+Blue) = 174+198+134=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC686 is #513979. Grayscale: #B7B7B7. Windows color (decimal): -5323130 or 8832686. OLE color: 8832686.

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

Color convert

RGB 174 198 134 -
CMYK 0.12 0 0.32 0.22
HSL 82.5º 0.36% 0.65% -
HSV(B) 82.5º 0.32% 0.78% -
XYZ 41.95 51.11 30.21 -
YUV 183.53 100.05 121.2 -
System Red Green Blue C M Y K H S L
Decimal 174 198 134 0.12 0 0.32 0.22 82.5 0.36 0.65
Hex AE C6 86 C 0 20 16 52 24 41
Octal 256 306 206 14 0 40 26 122 44 101
Binary 10101110 11000110 10000110 1100 0 100000 10110 1010010 100100 1000001

Color Harmonies of #AEC686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC686

Black with #AEC686

Text Example


Text Example

White with #AEC686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC686; }

 p { color: rgb(174,198,134); }

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

background-color css

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

 a { background-color: rgb(174,198,134); }

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

border-color css

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

 span { border-color: rgb(174,198,134); }

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