Html Css Color HEX #AEBC7D Caper

📋 copy color: '#AEBC7D'

red 174 ◦ green 188 ◦ blue 125

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

Shades of Caper #AEBC7D

Tints of Caper #AEBC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.67%

R = 35.73%
G = 38.6%
B = 25.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#AEBC7D (or 0xAEBC7D) is known color: Caper. HEX triplet: AE, BC and 7D. RGB value is (174,188,125). Sum of RGB (Red+Green+Blue) = 174+188+125=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC7D is #514382. Grayscale: #B0B0B0. Windows color (decimal): -5325699 or 8240302. OLE color: 8240302.

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

Color convert

RGB 174 188 125 -
CMYK 0.07 0 0.34 0.26
HSL 73.33º 0.32% 0.61% -
HSV(B) 73.33º 0.34% 0.74% -
XYZ 39.14 46.45 26.3 -
YUV 176.63 98.86 126.12 -
System Red Green Blue C M Y K H S L
Decimal 174 188 125 0.07 0 0.34 0.26 73.33 0.32 0.61
Hex AE BC 7D 7 0 22 1A 49 20 3D
Octal 256 274 175 7 0 42 32 111 40 75
Binary 10101110 10111100 1111101 111 0 100010 11010 1001001 100000 111101

Color Harmonies of #AEBC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC7D

Black with #AEBC7D

Text Example


Text Example

White with #AEBC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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