Html Css Color HEX #AEBC76 Caper

📋 copy color: '#AEBC76'

red 174 ◦ green 188 ◦ blue 118

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

Shades of Caper #AEBC76

Tints of Caper #AEBC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.58%

R = 36.25%
G = 39.17%
B = 24.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#AEBC76 (or 0xAEBC76) is known color: Caper. HEX triplet: AE, BC and 76. RGB value is (174,188,118). Sum of RGB (Red+Green+Blue) = 174+188+118=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC76 is #514389. Grayscale: #B0B0B0. Windows color (decimal): -5325706 or 7781550. OLE color: 7781550.

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

Color convert

RGB 174 188 118 -
CMYK 0.07 0 0.37 0.26
HSL 72º 0.34% 0.6% -
HSV(B) 72º 0.37% 0.74% -
XYZ 38.71 46.27 24.03 -
YUV 175.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 174 188 118 0.07 0 0.37 0.26 72 0.34 0.6
Hex AE BC 76 7 0 25 1A 48 22 3C
Octal 256 274 166 7 0 45 32 110 42 74
Binary 10101110 10111100 1110110 111 0 100101 11010 1001000 100010 111100

Color Harmonies of #AEBC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC76

Black with #AEBC76

Text Example


Text Example

White with #AEBC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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