Html Css Color HEX #AEBE7D Caper

📋 copy color: '#AEBE7D'

red 174 ◦ green 190 ◦ blue 125

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

Shades of Caper #AEBE7D

Tints of Caper #AEBE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.85%

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

R = 35.58%
G = 38.85%
B = 25.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#AEBE7D (or 0xAEBE7D) is known color: Caper. HEX triplet: AE, BE and 7D. RGB value is (174,190,125). Sum of RGB (Red+Green+Blue) = 174+190+125=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBE7D is #514182. Grayscale: #B2B2B2. Windows color (decimal): -5325187 or 8240814. OLE color: 8240814.

HSL color Cylindrical-coordinate representation of color #AEBE7D: hue angle of 74.77º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEBE7D is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 190 125 -
CMYK 0.08 0 0.34 0.25
HSL 74.77º 0.33% 0.62% -
HSV(B) 74.77º 0.34% 0.75% -
XYZ 39.57 47.31 26.45 -
YUV 177.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 174 190 125 0.08 0 0.34 0.25 74.77 0.33 0.62
Hex AE BE 7D 8 0 22 19 4B 21 3E
Octal 256 276 175 10 0 42 31 113 41 76
Binary 10101110 10111110 1111101 1000 0 100010 11001 1001011 100001 111110

Color Harmonies of #AEBE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBE7D

Black with #AEBE7D

Text Example


Text Example

White with #AEBE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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