Html Css Color HEX #AEBA0E La Rioja

📋 copy color: '#AEBA0E'

red 174 ◦ green 186 ◦ blue 14

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

Shades of La Rioja #AEBA0E

Tints of La Rioja #AEBA0E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.73%

 BLUE value IS 14 (5.86% from 255) = 3.74%

R = 46.52%
G = 49.73%
B = 3.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#AEBA0E (or 0xAEBA0E) is known color: La Rioja. HEX triplet: AE, BA and 0E. RGB value is (174,186,14). Sum of RGB (Red+Green+Blue) = 174+186+14=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA0E is #5145F1. Grayscale: #A3A3A3. Windows color (decimal): -5326322 or 965294. OLE color: 965294.

HSL color Cylindrical-coordinate representation of color #AEBA0E: hue angle of 64.19º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEBA0E is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 186 14 -
CMYK 0.06 0 0.92 0.27
HSL 64.19º 0.86% 0.39% -
HSV(B) 64.19º 0.92% 0.73% -
XYZ 35.09 44.15 7.09 -
YUV 162.8 44.02 135.99 -
System Red Green Blue C M Y K H S L
Decimal 174 186 14 0.06 0 0.92 0.27 64.19 0.86 0.39
Hex AE BA E 6 0 5C 1B 40 56 27
Octal 256 272 16 6 0 134 33 100 126 47
Binary 10101110 10111010 1110 110 0 1011100 11011 1000000 1010110 100111

Color Harmonies of #AEBA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA0E

Black with #AEBA0E

Text Example


Text Example

White with #AEBA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA0E; }

 p { color: rgb(174,186,14); }

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

background-color css

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

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

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

border-color css

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

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

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