Html Css Color HEX #AEBE7F Caper

📋 copy color: '#AEBE7F'

red 174 ◦ green 190 ◦ blue 127

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

Shades of Caper #AEBE7F

Tints of Caper #AEBE7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.87%

R = 35.44%
G = 38.7%
B = 25.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#AEBE7F (or 0xAEBE7F) is known color: Caper. HEX triplet: AE, BE and 7F. RGB value is (174,190,127). Sum of RGB (Red+Green+Blue) = 174+190+127=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBE7F is #514180. Grayscale: #B2B2B2. Windows color (decimal): -5325185 or 8371886. OLE color: 8371886.

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

Color convert

RGB 174 190 127 -
CMYK 0.08 0 0.33 0.25
HSL 75.24º 0.33% 0.62% -
HSV(B) 75.24º 0.33% 0.75% -
XYZ 39.7 47.36 27.13 -
YUV 178.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 174 190 127 0.08 0 0.33 0.25 75.24 0.33 0.62
Hex AE BE 7F 8 0 21 19 4B 21 3E
Octal 256 276 177 10 0 41 31 113 41 76
Binary 10101110 10111110 1111111 1000 0 100001 11001 1001011 100001 111110

Color Harmonies of #AEBE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBE7F

Black with #AEBE7F

Text Example


Text Example

White with #AEBE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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