Html Css Color HEX #AEBB85 Caper

📋 copy color: '#AEBB85'

red 174 ◦ green 187 ◦ blue 133

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

Shades of Caper #AEBB85

Tints of Caper #AEBB85

RGB

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

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

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

R = 35.22%
G = 37.85%
B = 26.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#AEBB85 (or 0xAEBB85) is known color: Caper. HEX triplet: AE, BB and 85. RGB value is (174,187,133). Sum of RGB (Red+Green+Blue) = 174+187+133=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB85 is #51447A. Grayscale: #B1B1B1. Windows color (decimal): -5325947 or 8764334. OLE color: 8764334.

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

Color convert

RGB 174 187 133 -
CMYK 0.07 0 0.29 0.27
HSL 74.44º 0.28% 0.63% -
HSV(B) 74.44º 0.29% 0.73% -
XYZ 39.46 46.23 29.03 -
YUV 176.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 174 187 133 0.07 0 0.29 0.27 74.44 0.28 0.63
Hex AE BB 85 7 0 1D 1B 4A 1C 3F
Octal 256 273 205 7 0 35 33 112 34 77
Binary 10101110 10111011 10000101 111 0 11101 11011 1001010 11100 111111

Color Harmonies of #AEBB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB85

Black with #AEBB85

Text Example


Text Example

White with #AEBB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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