Html Css Color HEX #AEB686 Caper

📋 copy color: '#AEB686'

red 174 ◦ green 182 ◦ blue 134

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

Shades of Caper #AEB686

Tints of Caper #AEB686

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.14%

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

R = 35.51%
G = 37.14%
B = 27.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#AEB686 (or 0xAEB686) is known color: Caper. HEX triplet: AE, B6 and 86. RGB value is (174,182,134). Sum of RGB (Red+Green+Blue) = 174+182+134=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB686 is #514979. Grayscale: #AEAEAE. Windows color (decimal): -5327226 or 8828590. OLE color: 8828590.

HSL color Cylindrical-coordinate representation of color #AEB686: hue angle of 70º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEB686 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 182 134 -
CMYK 0.04 0 0.26 0.29
HSL 70º 0.25% 0.62% -
HSV(B) 70º 0.26% 0.71% -
XYZ 38.49 44.18 29.05 -
YUV 174.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 174 182 134 0.04 0 0.26 0.29 70 0.25 0.62
Hex AE B6 86 4 0 1A 1D 46 19 3E
Octal 256 266 206 4 0 32 35 106 31 76
Binary 10101110 10110110 10000110 100 0 11010 11101 1000110 11001 111110

Color Harmonies of #AEB686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB686

Black with #AEB686

Text Example


Text Example

White with #AEB686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB686; }

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

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

background-color css

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

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

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

border-color css

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

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

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