Html Css Color HEX #AEC085 Caper

📋 copy color: '#AEC085'

red 174 ◦ green 192 ◦ blue 133

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

Shades of Caper #AEC085

Tints of Caper #AEC085

RGB

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

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

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

R = 34.87%
G = 38.48%
B = 26.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#AEC085 (or 0xAEC085) is known color: Caper. HEX triplet: AE, C0 and 85. RGB value is (174,192,133). Sum of RGB (Red+Green+Blue) = 174+192+133=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC085 is #513F7A. Grayscale: #B4B4B4. Windows color (decimal): -5324667 or 8765614. OLE color: 8765614.

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

Color convert

RGB 174 192 133 -
CMYK 0.09 0 0.31 0.25
HSL 78.31º 0.32% 0.64% -
HSV(B) 78.31º 0.31% 0.75% -
XYZ 40.54 48.39 29.39 -
YUV 179.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 174 192 133 0.09 0 0.31 0.25 78.31 0.32 0.64
Hex AE C0 85 9 0 1F 19 4E 20 40
Octal 256 300 205 11 0 37 31 116 40 100
Binary 10101110 11000000 10000101 1001 0 11111 11001 1001110 100000 1000000

Color Harmonies of #AEC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC085

Black with #AEC085

Text Example


Text Example

White with #AEC085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC085; }

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

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

background-color css

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

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

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

border-color css

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

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

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