Html Css Color HEX #AEC090 Caper

📋 copy color: '#AEC090'

red 174 ◦ green 192 ◦ blue 144

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

Shades of Caper #AEC090

Tints of Caper #AEC090

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.65%

 BLUE value IS 144 (56.64% from 255) = 28.24%

R = 34.12%
G = 37.65%
B = 28.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#AEC090 (or 0xAEC090) is known color: Caper. HEX triplet: AE, C0 and 90. RGB value is (174,192,144). Sum of RGB (Red+Green+Blue) = 174+192+144=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC090 is #513F6F. Grayscale: #B5B5B5. Windows color (decimal): -5324656 or 9486510. OLE color: 9486510.

HSL color Cylindrical-coordinate representation of color #AEC090: hue angle of 82.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEC090 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 144 -
CMYK 0.09 0 0.25 0.25
HSL 82.5º 0.28% 0.66% -
HSV(B) 82.5º 0.25% 0.75% -
XYZ 41.34 48.71 33.61 -
YUV 181.15 107.04 122.9 -
System Red Green Blue C M Y K H S L
Decimal 174 192 144 0.09 0 0.25 0.25 82.5 0.28 0.66
Hex AE C0 90 9 0 19 19 52 1C 42
Octal 256 300 220 11 0 31 31 122 34 102
Binary 10101110 11000000 10010000 1001 0 11001 11001 1010010 11100 1000010

Color Harmonies of #AEC090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC090

Black with #AEC090

Text Example


Text Example

White with #AEC090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC090; }

 p { color: rgb(174,192,144); }

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

background-color css

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

 a { background-color: rgb(174,192,144); }

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

border-color css

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

 span { border-color: rgb(174,192,144); }

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