Html Css Color HEX #AEBA07 La Rioja

📋 copy color: '#AEBA07'

red 174 ◦ green 186 ◦ blue 7

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

Shades of La Rioja #AEBA07

Tints of La Rioja #AEBA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.91%

R = 47.41%
G = 50.68%
B = 1.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#AEBA07 (or 0xAEBA07) is known color: La Rioja. HEX triplet: AE, BA and 07. RGB value is (174,186,7). Sum of RGB (Red+Green+Blue) = 174+186+7=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA07 is #5145F8. Grayscale: #A2A2A2. Windows color (decimal): -5326329 or 506542. OLE color: 506542.

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

Color convert

RGB 174 186 7 -
CMYK 0.06 0 0.96 0.27
HSL 64.02º 0.93% 0.38% -
HSV(B) 64.02º 0.96% 0.73% -
XYZ 35.05 44.13 6.87 -
YUV 162.01 40.52 136.55 -
System Red Green Blue C M Y K H S L
Decimal 174 186 7 0.06 0 0.96 0.27 64.02 0.93 0.38
Hex AE BA 7 6 0 60 1B 40 5D 26
Octal 256 272 7 6 0 140 33 100 135 46
Binary 10101110 10111010 111 110 0 1100000 11011 1000000 1011101 100110

Color Harmonies of #AEBA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA07

Black with #AEBA07

Text Example


Text Example

White with #AEBA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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