Html Css Color HEX #AEB984 Caper

📋 copy color: '#AEB984'

red 174 ◦ green 185 ◦ blue 132

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

Shades of Caper #AEB984

Tints of Caper #AEB984

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.68%

 BLUE value IS 132 (51.95% from 255) = 26.88%

R = 35.44%
G = 37.68%
B = 26.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#AEB984 (or 0xAEB984) is known color: Caper. HEX triplet: AE, B9 and 84. RGB value is (174,185,132). Sum of RGB (Red+Green+Blue) = 174+185+132=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB984 is #51467B. Grayscale: #AFAFAF. Windows color (decimal): -5326460 or 8698286. OLE color: 8698286.

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

Color convert

RGB 174 185 132 -
CMYK 0.06 0 0.29 0.27
HSL 72.45º 0.27% 0.62% -
HSV(B) 72.45º 0.29% 0.73% -
XYZ 38.97 45.36 28.53 -
YUV 175.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 174 185 132 0.06 0 0.29 0.27 72.45 0.27 0.62
Hex AE B9 84 6 0 1D 1B 48 1B 3E
Octal 256 271 204 6 0 35 33 110 33 76
Binary 10101110 10111001 10000100 110 0 11101 11011 1001000 11011 111110

Color Harmonies of #AEB984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB984

Black with #AEB984

Text Example


Text Example

White with #AEB984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB984; }

 p { color: rgb(174,185,132); }

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

background-color css

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

 a { background-color: rgb(174,185,132); }

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

border-color css

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

 span { border-color: rgb(174,185,132); }

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