Html Css Color HEX #AEC885 Caper

📋 copy color: '#AEC885'

red 174 ◦ green 200 ◦ blue 133

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

Shades of Caper #AEC885

Tints of Caper #AEC885

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.45%

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

R = 34.32%
G = 39.45%
B = 26.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#AEC885 (or 0xAEC885) is known color: Caper. HEX triplet: AE, C8 and 85. RGB value is (174,200,133). Sum of RGB (Red+Green+Blue) = 174+200+133=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC885 is #51377A. Grayscale: #B8B8B8. Windows color (decimal): -5322619 or 8767662. OLE color: 8767662.

HSL color Cylindrical-coordinate representation of color #AEC885: hue angle of 83.28º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEC885 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 200 133 -
CMYK 0.13 0 0.34 0.22
HSL 83.28º 0.38% 0.65% -
HSV(B) 83.28º 0.34% 0.78% -
XYZ 42.34 52 30 -
YUV 184.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 174 200 133 0.13 0 0.34 0.22 83.28 0.38 0.65
Hex AE C8 85 D 0 22 16 53 26 41
Octal 256 310 205 15 0 42 26 123 46 101
Binary 10101110 11001000 10000101 1101 0 100010 10110 1010011 100110 1000001

Color Harmonies of #AEC885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC885

Black with #AEC885

Text Example


Text Example

White with #AEC885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC885; }

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

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

background-color css

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

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

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

border-color css

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

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

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