Html Css Color HEX #AECC86 Caper

📋 copy color: '#AECC86'

red 174 ◦ green 204 ◦ blue 134

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

Shades of Caper #AECC86

Tints of Caper #AECC86

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.84%

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

R = 33.98%
G = 39.84%
B = 26.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#AECC86 (or 0xAECC86) is known color: Caper. HEX triplet: AE, CC and 86. RGB value is (174,204,134). Sum of RGB (Red+Green+Blue) = 174+204+134=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECC86 is #513379. Grayscale: #BBBBBB. Windows color (decimal): -5321594 or 8834222. OLE color: 8834222.

HSL color Cylindrical-coordinate representation of color #AECC86: hue angle of 85.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AECC86 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 134 -
CMYK 0.15 0 0.34 0.2
HSL 85.71º 0.41% 0.66% -
HSV(B) 85.71º 0.34% 0.8% -
XYZ 43.35 53.91 30.67 -
YUV 187.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 174 204 134 0.15 0 0.34 0.2 85.71 0.41 0.66
Hex AE CC 86 F 0 22 14 56 29 42
Octal 256 314 206 17 0 42 24 126 51 102
Binary 10101110 11001100 10000110 1111 0 100010 10100 1010110 101001 1000010

Color Harmonies of #AECC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC86

Black with #AECC86

Text Example


Text Example

White with #AECC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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