Html Css Color HEX #AEBE0D La Rioja

📋 copy color: '#AEBE0D'

red 174 ◦ green 190 ◦ blue 13

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

Shades of La Rioja #AEBE0D

Tints of La Rioja #AEBE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.45%

R = 46.15%
G = 50.4%
B = 3.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#AEBE0D (or 0xAEBE0D) is known color: La Rioja. HEX triplet: AE, BE and 0D. RGB value is (174,190,13). Sum of RGB (Red+Green+Blue) = 174+190+13=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBE0D is #5141F2. Grayscale: #A5A5A5. Windows color (decimal): -5325299 or 900782. OLE color: 900782.

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

Color convert

RGB 174 190 13 -
CMYK 0.08 0 0.93 0.25
HSL 65.42º 0.87% 0.4% -
HSV(B) 65.42º 0.93% 0.75% -
XYZ 35.94 45.85 7.34 -
YUV 165.04 42.2 134.39 -
System Red Green Blue C M Y K H S L
Decimal 174 190 13 0.08 0 0.93 0.25 65.42 0.87 0.4
Hex AE BE D 8 0 5D 19 41 57 28
Octal 256 276 15 10 0 135 31 101 127 50
Binary 10101110 10111110 1101 1000 0 1011101 11001 1000001 1010111 101000

Color Harmonies of #AEBE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBE0D

Black with #AEBE0D

Text Example


Text Example

White with #AEBE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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