Html Css Color HEX #AEB886 Caper

📋 copy color: '#AEB886'

red 174 ◦ green 184 ◦ blue 134

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

Shades of Caper #AEB886

Tints of Caper #AEB886

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.4%

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

R = 35.37%
G = 37.4%
B = 27.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#AEB886 (or 0xAEB886) is known color: Caper. HEX triplet: AE, B8 and 86. RGB value is (174,184,134). Sum of RGB (Red+Green+Blue) = 174+184+134=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB886 is #514779. Grayscale: #AFAFAF. Windows color (decimal): -5326714 or 8829102. OLE color: 8829102.

HSL color Cylindrical-coordinate representation of color #AEB886: hue angle of 72º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEB886 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 184 134 -
CMYK 0.05 0 0.27 0.28
HSL 72º 0.26% 0.62% -
HSV(B) 72º 0.27% 0.72% -
XYZ 38.9 45 29.19 -
YUV 175.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 174 184 134 0.05 0 0.27 0.28 72 0.26 0.62
Hex AE B8 86 5 0 1B 1C 48 1A 3E
Octal 256 270 206 5 0 33 34 110 32 76
Binary 10101110 10111000 10000110 101 0 11011 11100 1001000 11010 111110

Color Harmonies of #AEB886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB886

Black with #AEB886

Text Example


Text Example

White with #AEB886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB886; }

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

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

background-color css

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

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

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

border-color css

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

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

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