Html Css Color HEX #AEB882 Caper

📋 copy color: '#AEB882'

red 174 ◦ green 184 ◦ blue 130

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

Shades of Caper #AEB882

Tints of Caper #AEB882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.64%

R = 35.66%
G = 37.7%
B = 26.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#AEB882 (or 0xAEB882) is known color: Caper. HEX triplet: AE, B8 and 82. RGB value is (174,184,130). Sum of RGB (Red+Green+Blue) = 174+184+130=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB882 is #51477D. Grayscale: #AFAFAF. Windows color (decimal): -5326718 or 8566958. OLE color: 8566958.

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

Color convert

RGB 174 184 130 -
CMYK 0.05 0 0.29 0.28
HSL 71.11º 0.28% 0.62% -
HSV(B) 71.11º 0.29% 0.72% -
XYZ 38.63 44.89 27.75 -
YUV 174.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 174 184 130 0.05 0 0.29 0.28 71.11 0.28 0.62
Hex AE B8 82 5 0 1D 1C 47 1C 3E
Octal 256 270 202 5 0 35 34 107 34 76
Binary 10101110 10111000 10000010 101 0 11101 11100 1000111 11100 111110

Color Harmonies of #AEB882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB882

Black with #AEB882

Text Example


Text Example

White with #AEB882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB882; }

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

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

background-color css

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

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

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

border-color css

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

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

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