Html Css Color HEX #AEC185 Caper

📋 copy color: '#AEC185'

red 174 ◦ green 193 ◦ blue 133

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

Shades of Caper #AEC185

Tints of Caper #AEC185

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.6%

 BLUE value IS 133 (52.34% from 255) = 26.6%

R = 34.8%
G = 38.6%
B = 26.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#AEC185 (or 0xAEC185) is known color: Caper. HEX triplet: AE, C1 and 85. RGB value is (174,193,133). Sum of RGB (Red+Green+Blue) = 174+193+133=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC185 is #513E7A. Grayscale: #B4B4B4. Windows color (decimal): -5324411 or 8765870. OLE color: 8765870.

HSL color Cylindrical-coordinate representation of color #AEC185: hue angle of 79º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEC185 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 193 133 -
CMYK 0.10 0 0.31 0.24
HSL 79º 0.33% 0.64% -
HSV(B) 79º 0.31% 0.76% -
XYZ 40.76 48.83 29.47 -
YUV 180.48 101.21 123.38 -
System Red Green Blue C M Y K H S L
Decimal 174 193 133 0.10 0 0.31 0.24 79 0.33 0.64
Hex AE C1 85 A 0 1F 18 4F 21 40
Octal 256 301 205 12 0 37 30 117 41 100
Binary 10101110 11000001 10000101 1010 0 11111 11000 1001111 100001 1000000

Color Harmonies of #AEC185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC185

Black with #AEC185

Text Example


Text Example

White with #AEC185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC185; }

 p { color: rgb(174,193,133); }

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

background-color css

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

 a { background-color: rgb(174,193,133); }

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

border-color css

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

 span { border-color: rgb(174,193,133); }

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