Html Css Color HEX #A1AD0E Citrus

📋 copy color: '#A1AD0E'

red 161 ◦ green 173 ◦ blue 14

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

Shades of Citrus #A1AD0E

Tints of Citrus #A1AD0E

RGB

 RED value IS 161 (63.28% from 255) = 46.26%

 GREEN value IS 173 (67.97% from 255) = 49.71%

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

R = 46.26%
G = 49.71%
B = 4.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#A1AD0E (or 0xA1AD0E) is known color: Citrus. HEX triplet: A1, AD and 0E. RGB value is (161,173,14). Sum of RGB (Red+Green+Blue) = 161+173+14=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AD0E is #5E52F1. Grayscale: #979797. Windows color (decimal): -6181618 or 961953. OLE color: 961953.

HSL color Cylindrical-coordinate representation of color #A1AD0E: hue angle of 64.53º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1AD0E is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 173 14 -
CMYK 0.07 0 0.92 0.32
HSL 64.53º 0.85% 0.37% -
HSV(B) 64.53º 0.92% 0.68% -
XYZ 29.72 37.5 6.09 -
YUV 151.29 50.52 134.93 -
System Red Green Blue C M Y K H S L
Decimal 161 173 14 0.07 0 0.92 0.32 64.53 0.85 0.37
Hex A1 AD E 7 0 5C 20 41 55 25
Octal 241 255 16 7 0 134 40 101 125 45
Binary 10100001 10101101 1110 111 0 1011100 100000 1000001 1010101 100101

Color Harmonies of #A1AD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD0E

Black with #A1AD0E

Text Example


Text Example

White with #A1AD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD0E; }

 p { color: rgb(161,173,14); }

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

background-color css

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

 a { background-color: rgb(161,173,14); }

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

border-color css

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

 span { border-color: rgb(161,173,14); }

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