Html Css Color HEX #AEBC86 Caper

📋 copy color: '#AEBC86'

red 174 ◦ green 188 ◦ blue 134

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

Shades of Caper #AEBC86

Tints of Caper #AEBC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.9%

 BLUE value IS 134 (52.73% from 255) = 27.02%

R = 35.08%
G = 37.9%
B = 27.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#AEBC86 (or 0xAEBC86) is known color: Caper. HEX triplet: AE, BC and 86. RGB value is (174,188,134). Sum of RGB (Red+Green+Blue) = 174+188+134=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC86 is #514379. Grayscale: #B1B1B1. Windows color (decimal): -5325690 or 8830126. OLE color: 8830126.

HSL color Cylindrical-coordinate representation of color #AEBC86: hue angle of 75.56º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEBC86 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 134 -
CMYK 0.07 0 0.29 0.26
HSL 75.56º 0.29% 0.63% -
HSV(B) 75.56º 0.29% 0.74% -
XYZ 39.74 46.69 29.47 -
YUV 177.66 103.36 125.39 -
System Red Green Blue C M Y K H S L
Decimal 174 188 134 0.07 0 0.29 0.26 75.56 0.29 0.63
Hex AE BC 86 7 0 1D 1A 4C 1D 3F
Octal 256 274 206 7 0 35 32 114 35 77
Binary 10101110 10111100 10000110 111 0 11101 11010 1001100 11101 111111

Color Harmonies of #AEBC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC86

Black with #AEBC86

Text Example


Text Example

White with #AEBC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC86; }

 p { color: rgb(174,188,134); }

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

background-color css

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

 a { background-color: rgb(174,188,134); }

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

border-color css

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

 span { border-color: rgb(174,188,134); }

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