Html Css Color HEX #AEBD85 Caper

📋 copy color: '#AEBD85'

red 174 ◦ green 189 ◦ blue 133

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

Shades of Caper #AEBD85

Tints of Caper #AEBD85

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.1%

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

R = 35.08%
G = 38.1%
B = 26.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#AEBD85 (or 0xAEBD85) is known color: Caper. HEX triplet: AE, BD and 85. RGB value is (174,189,133). Sum of RGB (Red+Green+Blue) = 174+189+133=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD85 is #51427A. Grayscale: #B2B2B2. Windows color (decimal): -5325435 or 8764846. OLE color: 8764846.

HSL color Cylindrical-coordinate representation of color #AEBD85: hue angle of 76.07º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEBD85 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 133 -
CMYK 0.08 0 0.30 0.26
HSL 76.07º 0.3% 0.63% -
HSV(B) 76.07º 0.3% 0.74% -
XYZ 39.89 47.09 29.18 -
YUV 178.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 174 189 133 0.08 0 0.30 0.26 76.07 0.3 0.63
Hex AE BD 85 8 0 1E 1A 4C 1E 3F
Octal 256 275 205 10 0 36 32 114 36 77
Binary 10101110 10111101 10000101 1000 0 11110 11010 1001100 11110 111111

Color Harmonies of #AEBD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD85

Black with #AEBD85

Text Example


Text Example

White with #AEBD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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