Html Css Color HEX #AEBA88 Caper

📋 copy color: '#AEBA88'

red 174 ◦ green 186 ◦ blue 136

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

Shades of Caper #AEBA88

Tints of Caper #AEBA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.5%

 BLUE value IS 136 (53.52% from 255) = 27.42%

R = 35.08%
G = 37.5%
B = 27.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#AEBA88 (or 0xAEBA88) is known color: Caper. HEX triplet: AE, BA and 88. RGB value is (174,186,136). Sum of RGB (Red+Green+Blue) = 174+186+136=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA88 is #514577. Grayscale: #B0B0B0. Windows color (decimal): -5326200 or 8960686. OLE color: 8960686.

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

Color convert

RGB 174 186 136 -
CMYK 0.06 0 0.27 0.27
HSL 74.4º 0.27% 0.63% -
HSV(B) 74.4º 0.27% 0.73% -
XYZ 39.46 45.89 30.07 -
YUV 176.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 174 186 136 0.06 0 0.27 0.27 74.4 0.27 0.63
Hex AE BA 88 6 0 1B 1B 4A 1B 3F
Octal 256 272 210 6 0 33 33 112 33 77
Binary 10101110 10111010 10001000 110 0 11011 11011 1001010 11011 111111

Color Harmonies of #AEBA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA88

Black with #AEBA88

Text Example


Text Example

White with #AEBA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA88; }

 p { color: rgb(174,186,136); }

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

background-color css

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

 a { background-color: rgb(174,186,136); }

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

border-color css

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

 span { border-color: rgb(174,186,136); }

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