Html Css Color HEX #ADBA0A La Rioja

📋 copy color: '#ADBA0A'

red 173 ◦ green 186 ◦ blue 10

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

Shades of La Rioja #ADBA0A

Tints of La Rioja #ADBA0A

RGB

 RED value IS 173 (67.97% from 255) = 46.88%

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

 BLUE value IS 10 (4.3% from 255) = 2.71%

R = 46.88%
G = 50.41%
B = 2.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#ADBA0A (or 0xADBA0A) is known color: La Rioja. HEX triplet: AD, BA and 0A. RGB value is (173,186,10). Sum of RGB (Red+Green+Blue) = 173+186+10=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA0A is #5245F5. Grayscale: #A2A2A2. Windows color (decimal): -5391862 or 703149. OLE color: 703149.

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

Color convert

RGB 173 186 10 -
CMYK 0.07 0 0.95 0.27
HSL 64.43º 0.9% 0.38% -
HSV(B) 64.43º 0.95% 0.73% -
XYZ 34.85 44.02 6.95 -
YUV 162.05 42.19 135.81 -
System Red Green Blue C M Y K H S L
Decimal 173 186 10 0.07 0 0.95 0.27 64.43 0.9 0.38
Hex AD BA A 7 0 5F 1B 40 5A 26
Octal 255 272 12 7 0 137 33 100 132 46
Binary 10101101 10111010 1010 111 0 1011111 11011 1000000 1011010 100110

Color Harmonies of #ADBA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA0A

Black with #ADBA0A

Text Example


Text Example

White with #ADBA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA0A; }

 p { color: rgb(173,186,10); }

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

background-color css

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

 a { background-color: rgb(173,186,10); }

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

border-color css

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

 span { border-color: rgb(173,186,10); }

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