#AEC713

Color #AEC713 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #AEC713

Tints of Rio Grande #AEC713

Color information

#AEC713 (or 0xAEC713) is unknown color: approx Rio Grande. HEX triplet: AE, C7 and 13. RGB value is (174,199,19). Sum of RGB (Red+Green+Blue) = 174+199+19=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC713 is #5138EC. Grayscale: #ABABAB. Windows color (decimal): -5322989 or 1296302. OLE color: 1296302.

HSL color Cylindrical-coordinate representation of color #AEC713: hue angle of 68.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEC713 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB17419919-
CMYK0.1300.900.22
HSL68.33º82.57%42.75%-
HSV(B)68.33º90.45%78.04%-
XYZ3849.898.24-
YUV17142.22130.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.39%
GREEN value IS 199 (78.12% from 255) = 50.77%
BLUE value IS 19 (7.81% from 255) = 4.85%
R=44.39%
G=50.77%
B=4.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174199190.1300.900.2268.3382.5742.75
HexAEC713D05A1644532b
Octal256307231501322610412353
Binary1010111011000111100111101010110101011010001001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC713; }

 p { color: rgb(174,199,19); }

 H1.HeaderClassName
 {
   color: #AEC713;
 }
 .AnyTagClassName
 {
   color: #AEC713;
 }
</style>
background-color css

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

 a { background-color: rgb(174,199,19); }

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

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

 span { border-color: rgb(174,199,19); }

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