Html Css Color HEX #AEBB86 Caper

📋 copy color: '#AEBB86'

red 174 ◦ green 187 ◦ blue 134

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

Shades of Caper #AEBB86

Tints of Caper #AEBB86

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.78%

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

R = 35.15%
G = 37.78%
B = 27.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#AEBB86 (or 0xAEBB86) is known color: Caper. HEX triplet: AE, BB and 86. RGB value is (174,187,134). Sum of RGB (Red+Green+Blue) = 174+187+134=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB86 is #514479. Grayscale: #B1B1B1. Windows color (decimal): -5325946 or 8829870. OLE color: 8829870.

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

Color convert

RGB 174 187 134 -
CMYK 0.07 0 0.28 0.27
HSL 74.72º 0.28% 0.63% -
HSV(B) 74.72º 0.28% 0.73% -
XYZ 39.53 46.26 29.4 -
YUV 177.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 174 187 134 0.07 0 0.28 0.27 74.72 0.28 0.63
Hex AE BB 86 7 0 1C 1B 4B 1C 3F
Octal 256 273 206 7 0 34 33 113 34 77
Binary 10101110 10111011 10000110 111 0 11100 11011 1001011 11100 111111

Color Harmonies of #AEBB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB86

Black with #AEBB86

Text Example


Text Example

White with #AEBB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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