Html Css Color HEX #AEBB7C Caper

📋 copy color: '#AEBB7C'

red 174 ◦ green 187 ◦ blue 124

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

Shades of Caper #AEBB7C

Tints of Caper #AEBB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.57%

R = 35.88%
G = 38.56%
B = 25.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#AEBB7C (or 0xAEBB7C) is known color: Caper. HEX triplet: AE, BB and 7C. RGB value is (174,187,124). Sum of RGB (Red+Green+Blue) = 174+187+124=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB7C is #514483. Grayscale: #B0B0B0. Windows color (decimal): -5325956 or 8174510. OLE color: 8174510.

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

Color convert

RGB 174 187 124 -
CMYK 0.07 0 0.34 0.27
HSL 72.38º 0.32% 0.61% -
HSV(B) 72.38º 0.34% 0.73% -
XYZ 38.86 45.99 25.9 -
YUV 175.93 98.69 126.62 -
System Red Green Blue C M Y K H S L
Decimal 174 187 124 0.07 0 0.34 0.27 72.38 0.32 0.61
Hex AE BB 7C 7 0 22 1B 48 20 3D
Octal 256 273 174 7 0 42 33 110 40 75
Binary 10101110 10111011 1111100 111 0 100010 11011 1001000 100000 111101

Color Harmonies of #AEBB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB7C

Black with #AEBB7C

Text Example


Text Example

White with #AEBB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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