Html Css Color HEX #AECA80 Caper

📋 copy color: '#AECA80'

red 174 ◦ green 202 ◦ blue 128

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

Shades of Caper #AECA80

Tints of Caper #AECA80

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.08%

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

R = 34.52%
G = 40.08%
B = 25.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#AECA80 (or 0xAECA80) is known color: Caper. HEX triplet: AE, CA and 80. RGB value is (174,202,128). Sum of RGB (Red+Green+Blue) = 174+202+128=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECA80 is #51357F. Grayscale: #B9B9B9. Windows color (decimal): -5322112 or 8440494. OLE color: 8440494.

HSL color Cylindrical-coordinate representation of color #AECA80: hue angle of 82.7º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AECA80 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 202 128 -
CMYK 0.14 0 0.37 0.21
HSL 82.7º 0.41% 0.65% -
HSV(B) 82.7º 0.37% 0.79% -
XYZ 42.47 52.8 28.37 -
YUV 185.19 95.72 120.02 -
System Red Green Blue C M Y K H S L
Decimal 174 202 128 0.14 0 0.37 0.21 82.7 0.41 0.65
Hex AE CA 80 E 0 25 15 53 29 41
Octal 256 312 200 16 0 45 25 123 51 101
Binary 10101110 11001010 10000000 1110 0 100101 10101 1010011 101001 1000001

Color Harmonies of #AECA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECA80

Black with #AECA80

Text Example


Text Example

White with #AECA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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