Html Css Color HEX #AEBC6C Caper

📋 copy color: '#AEBC6C'

red 174 ◦ green 188 ◦ blue 108

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

Shades of Caper #AEBC6C

Tints of Caper #AEBC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.98%

R = 37.02%
G = 40%
B = 22.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#AEBC6C (or 0xAEBC6C) is known color: Caper. HEX triplet: AE, BC and 6C. RGB value is (174,188,108). Sum of RGB (Red+Green+Blue) = 174+188+108=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC6C is #514393. Grayscale: #AEAEAE. Windows color (decimal): -5325716 or 7126190. OLE color: 7126190.

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

Color convert

RGB 174 188 108 -
CMYK 0.07 0 0.43 0.26
HSL 70.5º 0.37% 0.58% -
HSV(B) 70.5º 0.43% 0.74% -
XYZ 38.15 46.05 21.06 -
YUV 174.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 174 188 108 0.07 0 0.43 0.26 70.5 0.37 0.58
Hex AE BC 6C 7 0 2B 1A 46 25 3A
Octal 256 274 154 7 0 53 32 106 45 72
Binary 10101110 10111100 1101100 111 0 101011 11010 1000110 100101 111010

Color Harmonies of #AEBC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC6C

Black with #AEBC6C

Text Example


Text Example

White with #AEBC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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