Html Css Color HEX #AECA8A Caper

📋 copy color: '#AECA8A'

red 174 ◦ green 202 ◦ blue 138

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

Shades of Caper #AECA8A

Tints of Caper #AECA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 33.85%
G = 39.3%
B = 26.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#AECA8A (or 0xAECA8A) is known color: Caper. HEX triplet: AE, CA and 8A. RGB value is (174,202,138). Sum of RGB (Red+Green+Blue) = 174+202+138=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECA8A is #513575. Grayscale: #BABABA. Windows color (decimal): -5322102 or 9095854. OLE color: 9095854.

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

Color convert

RGB 174 202 138 -
CMYK 0.14 0 0.32 0.21
HSL 86.25º 0.38% 0.67% -
HSV(B) 86.25º 0.32% 0.79% -
XYZ 43.16 53.07 32.01 -
YUV 186.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 174 202 138 0.14 0 0.32 0.21 86.25 0.38 0.67
Hex AE CA 8A E 0 20 15 56 26 43
Octal 256 312 212 16 0 40 25 126 46 103
Binary 10101110 11001010 10001010 1110 0 100000 10101 1010110 100110 1000011

Color Harmonies of #AECA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECA8A

Black with #AECA8A

Text Example


Text Example

White with #AECA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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