Html Css Color HEX #AEC08A Caper

📋 copy color: '#AEC08A'

red 174 ◦ green 192 ◦ blue 138

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

Shades of Caper #AEC08A

Tints of Caper #AEC08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.38%

R = 34.52%
G = 38.1%
B = 27.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#AEC08A (or 0xAEC08A) is known color: Caper. HEX triplet: AE, C0 and 8A. RGB value is (174,192,138). Sum of RGB (Red+Green+Blue) = 174+192+138=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC08A is #513F75. Grayscale: #B4B4B4. Windows color (decimal): -5324662 or 9093294. OLE color: 9093294.

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

Color convert

RGB 174 192 138 -
CMYK 0.09 0 0.28 0.25
HSL 80º 0.3% 0.65% -
HSV(B) 80º 0.28% 0.75% -
XYZ 40.89 48.53 31.26 -
YUV 180.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 174 192 138 0.09 0 0.28 0.25 80 0.3 0.65
Hex AE C0 8A 9 0 1C 19 50 1E 41
Octal 256 300 212 11 0 34 31 120 36 101
Binary 10101110 11000000 10001010 1001 0 11100 11001 1010000 11110 1000001

Color Harmonies of #AEC08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC08A

Black with #AEC08A

Text Example


Text Example

White with #AEC08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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