#AEC308

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

Shades of La Rioja #AEC308

Tints of La Rioja #AEC308

Color information

#AEC308 (or 0xAEC308) is unknown color: approx La Rioja. HEX triplet: AE, C3 and 08. RGB value is (174,195,8). Sum of RGB (Red+Green+Blue) = 174+195+8=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC308 is #513CF7. Grayscale: #A8A8A8. Windows color (decimal): -5324024 or 574382. OLE color: 574382.

HSL color Cylindrical-coordinate representation of color #AEC308: hue angle of 66.74º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEC308 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB1741958-
CMYK0.1100.960.24
HSL66.74º92.12%39.8%-
HSV(B)66.74º95.9%76.47%-
XYZ37.0148.057.55-
YUV167.438.04132.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 195 (76.56% from 255) = 51.72%
BLUE value IS 8 (3.52% from 255) = 2.12%
R=46.15%
G=51.72%
B=2.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17419580.1100.960.2466.7492.1239.8
HexAEC38B06018435c28
Octal256303101301403010313450
Binary101011101100001110001011011000001100010000111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC308; }

 p { color: rgb(174,195,8); }

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

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

 a { background-color: rgb(174,195,8); }

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

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

 span { border-color: rgb(174,195,8); }

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