Html Css Color HEX #AEBC74 Caper

📋 copy color: '#AEBC74'

red 174 ◦ green 188 ◦ blue 116

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

Shades of Caper #AEBC74

Tints of Caper #AEBC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.27%

R = 36.4%
G = 39.33%
B = 24.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#AEBC74 (or 0xAEBC74) is known color: Caper. HEX triplet: AE, BC and 74. RGB value is (174,188,116). Sum of RGB (Red+Green+Blue) = 174+188+116=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC74 is #51438B. Grayscale: #AFAFAF. Windows color (decimal): -5325708 or 7650478. OLE color: 7650478.

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

Color convert

RGB 174 188 116 -
CMYK 0.07 0 0.38 0.26
HSL 71.67º 0.35% 0.6% -
HSV(B) 71.67º 0.38% 0.74% -
XYZ 38.59 46.23 23.41 -
YUV 175.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 174 188 116 0.07 0 0.38 0.26 71.67 0.35 0.6
Hex AE BC 74 7 0 26 1A 48 23 3C
Octal 256 274 164 7 0 46 32 110 43 74
Binary 10101110 10111100 1110100 111 0 100110 11010 1001000 100011 111100

Color Harmonies of #AEBC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC74

Black with #AEBC74

Text Example


Text Example

White with #AEBC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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