Html Css Color HEX #AEBC7E Caper

📋 copy color: '#AEBC7E'

red 174 ◦ green 188 ◦ blue 126

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

Shades of Caper #AEBC7E

Tints of Caper #AEBC7E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.52%

 BLUE value IS 126 (49.61% from 255) = 25.82%

R = 35.66%
G = 38.52%
B = 25.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#AEBC7E (or 0xAEBC7E) is known color: Caper. HEX triplet: AE, BC and 7E. RGB value is (174,188,126). Sum of RGB (Red+Green+Blue) = 174+188+126=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC7E is #514381. Grayscale: #B0B0B0. Windows color (decimal): -5325698 or 8305838. OLE color: 8305838.

HSL color Cylindrical-coordinate representation of color #AEBC7E: hue angle of 73.55º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEBC7E is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 126 -
CMYK 0.07 0 0.33 0.26
HSL 73.55º 0.32% 0.62% -
HSV(B) 73.55º 0.33% 0.74% -
XYZ 39.2 46.47 26.64 -
YUV 176.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 174 188 126 0.07 0 0.33 0.26 73.55 0.32 0.62
Hex AE BC 7E 7 0 21 1A 4A 20 3E
Octal 256 274 176 7 0 41 32 112 40 76
Binary 10101110 10111100 1111110 111 0 100001 11010 1001010 100000 111110

Color Harmonies of #AEBC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC7E

Black with #AEBC7E

Text Example


Text Example

White with #AEBC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC7E; }

 p { color: rgb(174,188,126); }

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

background-color css

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

 a { background-color: rgb(174,188,126); }

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

border-color css

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

 span { border-color: rgb(174,188,126); }

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