Html Css Color HEX #AEAE11 La Rioja

📋 copy color: '#AEAE11'

red 174 ◦ green 174 ◦ blue 17

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

Shades of La Rioja #AEAE11

Tints of La Rioja #AEAE11

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.67%

 BLUE value IS 17 (7.03% from 255) = 4.66%

R = 47.67%
G = 47.67%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AEAE11 (or 0xAEAE11) is known color: La Rioja. HEX triplet: AE, AE and 11. RGB value is (174,174,17). Sum of RGB (Red+Green+Blue) = 174+174+17=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAE11 is #5151EE. Grayscale: #9C9C9C. Windows color (decimal): -5329391 or 1158830. OLE color: 1158830.

HSL color Cylindrical-coordinate representation of color #AEAE11: hue angle of 60º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEAE11 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 174 17 -
CMYK 0 0 0.90 0.32
HSL 60º 0.82% 0.37% -
HSV(B) 60º 0.9% 0.68% -
XYZ 32.69 39.31 6.4 -
YUV 156.1 49.5 140.77 -
System Red Green Blue C M Y K H S L
Decimal 174 174 17 0 0 0.90 0.32 60 0.82 0.37
Hex AE AE 11 0 0 5A 20 3C 52 25
Octal 256 256 21 0 0 132 40 74 122 45
Binary 10101110 10101110 10001 0 0 1011010 100000 111100 1010010 100101

Color Harmonies of #AEAE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE11

Black with #AEAE11

Text Example


Text Example

White with #AEAE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE11; }

 p { color: rgb(174,174,17); }

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

background-color css

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

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

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

border-color css

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

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

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