Html Css Color HEX #AEBE0C La Rioja

📋 copy color: '#AEBE0C'

red 174 ◦ green 190 ◦ blue 12

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

Shades of La Rioja #AEBE0C

Tints of La Rioja #AEBE0C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.53%

 BLUE value IS 12 (5.08% from 255) = 3.19%

R = 46.28%
G = 50.53%
B = 3.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#AEBE0C (or 0xAEBE0C) is known color: La Rioja. HEX triplet: AE, BE and 0C. RGB value is (174,190,12). Sum of RGB (Red+Green+Blue) = 174+190+12=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBE0C is #5141F3. Grayscale: #A5A5A5. Windows color (decimal): -5325300 or 835246. OLE color: 835246.

HSL color Cylindrical-coordinate representation of color #AEBE0C: hue angle of 65.39º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEBE0C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 190 12 -
CMYK 0.08 0 0.94 0.25
HSL 65.39º 0.88% 0.4% -
HSV(B) 65.39º 0.94% 0.75% -
XYZ 35.94 45.85 7.3 -
YUV 164.92 41.7 134.47 -
System Red Green Blue C M Y K H S L
Decimal 174 190 12 0.08 0 0.94 0.25 65.39 0.88 0.4
Hex AE BE C 8 0 5E 19 41 58 28
Octal 256 276 14 10 0 136 31 101 130 50
Binary 10101110 10111110 1100 1000 0 1011110 11001 1000001 1011000 101000

Color Harmonies of #AEBE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBE0C

Black with #AEBE0C

Text Example


Text Example

White with #AEBE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBE0C; }

 p { color: rgb(174,190,12); }

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

background-color css

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

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

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

border-color css

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

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

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