Html Css Color HEX #AEC070 Caper

📋 copy color: '#AEC070'

red 174 ◦ green 192 ◦ blue 112

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

Shades of Caper #AEC070

Tints of Caper #AEC070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.43%

R = 36.4%
G = 40.17%
B = 23.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#AEC070 (or 0xAEC070) is known color: Caper. HEX triplet: AE, C0 and 70. RGB value is (174,192,112). Sum of RGB (Red+Green+Blue) = 174+192+112=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC070 is #513F8F. Grayscale: #B1B1B1. Windows color (decimal): -5324688 or 7389358. OLE color: 7389358.

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

Color convert

RGB 174 192 112 -
CMYK 0.09 0 0.42 0.25
HSL 73.5º 0.39% 0.6% -
HSV(B) 73.5º 0.42% 0.75% -
XYZ 39.23 47.87 22.5 -
YUV 177.5 91.04 125.5 -
System Red Green Blue C M Y K H S L
Decimal 174 192 112 0.09 0 0.42 0.25 73.5 0.39 0.6
Hex AE C0 70 9 0 2A 19 4A 27 3C
Octal 256 300 160 11 0 52 31 112 47 74
Binary 10101110 11000000 1110000 1001 0 101010 11001 1001010 100111 111100

Color Harmonies of #AEC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC070

Black with #AEC070

Text Example


Text Example

White with #AEC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC070; }

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

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

background-color css

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

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

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

border-color css

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

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

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