Html Css Color HEX #AEC072 Caper

📋 copy color: '#AEC072'

red 174 ◦ green 192 ◦ blue 114

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

Shades of Caper #AEC072

Tints of Caper #AEC072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.75%

R = 36.25%
G = 40%
B = 23.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#AEC072 (or 0xAEC072) is known color: Caper. HEX triplet: AE, C0 and 72. RGB value is (174,192,114). Sum of RGB (Red+Green+Blue) = 174+192+114=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC072 is #513F8D. Grayscale: #B2B2B2. Windows color (decimal): -5324686 or 7520430. OLE color: 7520430.

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

Color convert

RGB 174 192 114 -
CMYK 0.09 0 0.41 0.25
HSL 73.85º 0.38% 0.6% -
HSV(B) 73.85º 0.41% 0.75% -
XYZ 39.34 47.91 23.09 -
YUV 177.73 92.04 125.34 -
System Red Green Blue C M Y K H S L
Decimal 174 192 114 0.09 0 0.41 0.25 73.85 0.38 0.6
Hex AE C0 72 9 0 29 19 4A 26 3C
Octal 256 300 162 11 0 51 31 112 46 74
Binary 10101110 11000000 1110010 1001 0 101001 11001 1001010 100110 111100

Color Harmonies of #AEC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC072

Black with #AEC072

Text Example


Text Example

White with #AEC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC072; }

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

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

background-color css

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

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

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

border-color css

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

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

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