Html Css Color HEX #AEBC85 Caper

📋 copy color: '#AEBC85'

red 174 ◦ green 188 ◦ blue 133

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

Shades of Caper #AEBC85

Tints of Caper #AEBC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.87%

R = 35.15%
G = 37.98%
B = 26.87%

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

#AEBC85 (or 0xAEBC85) is known color: Caper. HEX triplet: AE, BC and 85. RGB value is (174,188,133). Sum of RGB (Red+Green+Blue) = 174+188+133=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC85 is #51437A. Grayscale: #B1B1B1. Windows color (decimal): -5325691 or 8764590. OLE color: 8764590.

HSL color Cylindrical-coordinate representation of color #AEBC85: hue angle of 75.27º 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 #AEBC85 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 133 -
CMYK 0.07 0 0.29 0.26
HSL 75.27º 0.29% 0.63% -
HSV(B) 75.27º 0.29% 0.74% -
XYZ 39.67 46.66 29.11 -
YUV 177.54 102.86 125.47 -
System Red Green Blue C M Y K H S L
Decimal 174 188 133 0.07 0 0.29 0.26 75.27 0.29 0.63
Hex AE BC 85 7 0 1D 1A 4B 1D 3F
Octal 256 274 205 7 0 35 32 113 35 77
Binary 10101110 10111100 10000101 111 0 11101 11010 1001011 11101 111111

Color Harmonies of #AEBC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC85

Black with #AEBC85

Text Example


Text Example

White with #AEBC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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