#AEB812

Color #AEB812 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #AEB812

Tints of La Rioja #AEB812

Color information

#AEB812 (or 0xAEB812) is unknown color: approx La Rioja. HEX triplet: AE, B8 and 12. RGB value is (174,184,18). Sum of RGB (Red+Green+Blue) = 174+184+18=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB812 is #5147ED. Grayscale: #A2A2A2. Windows color (decimal): -5326830 or 1226926. OLE color: 1226926.

HSL color Cylindrical-coordinate representation of color #AEB812: hue angle of 63.61º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEB812 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB17418418-
CMYK0.0500.900.28
HSL63.61º82.18%39.61%-
HSV(B)63.61º90.22%72.16%-
XYZ34.7143.327.11-
YUV162.0946.69136.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 184 (72.27% from 255) = 48.94%
BLUE value IS 18 (7.42% from 255) = 4.79%
R=46.28%
G=48.94%
B=4.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174184180.0500.900.2863.6182.1839.61
HexAEB812505A1C405228
Octal25627022501323410012250
Binary101011101011100010010101010110101110010000001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB812; }

 p { color: rgb(174,184,18); }

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

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

 a { background-color: rgb(174,184,18); }

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

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

 span { border-color: rgb(174,184,18); }

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