Html Css Color HEX #AEBC70 Caper

📋 copy color: '#AEBC70'

red 174 ◦ green 188 ◦ blue 112

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

Shades of Caper #AEBC70

Tints of Caper #AEBC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.63%

R = 36.71%
G = 39.66%
B = 23.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#AEBC70 (or 0xAEBC70) is known color: Caper. HEX triplet: AE, BC and 70. RGB value is (174,188,112). Sum of RGB (Red+Green+Blue) = 174+188+112=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC70 is #51438F. Grayscale: #AFAFAF. Windows color (decimal): -5325712 or 7388334. OLE color: 7388334.

HSL color Cylindrical-coordinate representation of color #AEBC70: hue angle of 71.05º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEBC70 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 112 -
CMYK 0.07 0 0.40 0.26
HSL 71.05º 0.36% 0.59% -
HSV(B) 71.05º 0.4% 0.74% -
XYZ 38.36 46.13 22.21 -
YUV 175.15 92.36 127.18 -
System Red Green Blue C M Y K H S L
Decimal 174 188 112 0.07 0 0.40 0.26 71.05 0.36 0.59
Hex AE BC 70 7 0 28 1A 47 24 3B
Octal 256 274 160 7 0 50 32 107 44 73
Binary 10101110 10111100 1110000 111 0 101000 11010 1000111 100100 111011

Color Harmonies of #AEBC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC70

Black with #AEBC70

Text Example


Text Example

White with #AEBC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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