Html Css Color HEX #AEB885 Caper

📋 copy color: '#AEB885'

red 174 ◦ green 184 ◦ blue 133

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

Shades of Caper #AEB885

Tints of Caper #AEB885

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.47%

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

R = 35.44%
G = 37.47%
B = 27.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#AEB885 (or 0xAEB885) is known color: Caper. HEX triplet: AE, B8 and 85. RGB value is (174,184,133). Sum of RGB (Red+Green+Blue) = 174+184+133=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB885 is #51477A. Grayscale: #AFAFAF. Windows color (decimal): -5326715 or 8763566. OLE color: 8763566.

HSL color Cylindrical-coordinate representation of color #AEB885: hue angle of 71.76º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEB885 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 184 133 -
CMYK 0.05 0 0.28 0.28
HSL 71.76º 0.26% 0.62% -
HSV(B) 71.76º 0.28% 0.72% -
XYZ 38.83 44.97 28.82 -
YUV 175.2 104.19 127.15 -
System Red Green Blue C M Y K H S L
Decimal 174 184 133 0.05 0 0.28 0.28 71.76 0.26 0.62
Hex AE B8 85 5 0 1C 1C 48 1A 3E
Octal 256 270 205 5 0 34 34 110 32 76
Binary 10101110 10111000 10000101 101 0 11100 11100 1001000 11010 111110

Color Harmonies of #AEB885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB885

Black with #AEB885

Text Example


Text Example

White with #AEB885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB885; }

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

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

background-color css

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

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

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

border-color css

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

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

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