Html Css Color HEX #AEC08C Caper

📋 copy color: '#AEC08C'

red 174 ◦ green 192 ◦ blue 140

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

Shades of Caper #AEC08C

Tints of Caper #AEC08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.67%

R = 34.39%
G = 37.94%
B = 27.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#AEC08C (or 0xAEC08C) is known color: Caper. HEX triplet: AE, C0 and 8C. RGB value is (174,192,140). Sum of RGB (Red+Green+Blue) = 174+192+140=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC08C is #513F73. Grayscale: #B4B4B4. Windows color (decimal): -5324660 or 9224366. OLE color: 9224366.

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

Color convert

RGB 174 192 140 -
CMYK 0.09 0 0.27 0.25
HSL 80.77º 0.29% 0.65% -
HSV(B) 80.77º 0.27% 0.75% -
XYZ 41.04 48.59 32.03 -
YUV 180.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 174 192 140 0.09 0 0.27 0.25 80.77 0.29 0.65
Hex AE C0 8C 9 0 1B 19 51 1D 41
Octal 256 300 214 11 0 33 31 121 35 101
Binary 10101110 11000000 10001100 1001 0 11011 11001 1010001 11101 1000001

Color Harmonies of #AEC08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC08C

Black with #AEC08C

Text Example


Text Example

White with #AEC08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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