Html Css Color HEX #AECC80 Caper

📋 copy color: '#AECC80'

red 174 ◦ green 204 ◦ blue 128

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

Shades of Caper #AECC80

Tints of Caper #AECC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.3%

R = 34.39%
G = 40.32%
B = 25.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#AECC80 (or 0xAECC80) is known color: Caper. HEX triplet: AE, CC and 80. RGB value is (174,204,128). Sum of RGB (Red+Green+Blue) = 174+204+128=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECC80 is #51337F. Grayscale: #BABABA. Windows color (decimal): -5321600 or 8441006. OLE color: 8441006.

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

Color convert

RGB 174 204 128 -
CMYK 0.15 0 0.37 0.2
HSL 83.68º 0.43% 0.65% -
HSV(B) 83.68º 0.37% 0.8% -
XYZ 42.94 53.74 28.53 -
YUV 186.37 95.06 119.18 -
System Red Green Blue C M Y K H S L
Decimal 174 204 128 0.15 0 0.37 0.2 83.68 0.43 0.65
Hex AE CC 80 F 0 25 14 54 2B 41
Octal 256 314 200 17 0 45 24 124 53 101
Binary 10101110 11001100 10000000 1111 0 100101 10100 1010100 101011 1000001

Color Harmonies of #AECC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC80

Black with #AECC80

Text Example


Text Example

White with #AECC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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