Html Css Color HEX #A1A601 Citrus

📋 copy color: '#A1A601'

red 161 ◦ green 166 ◦ blue 1

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

Shades of Citrus #A1A601

Tints of Citrus #A1A601

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.61%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 49.09%
G = 50.61%
B = 0.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A1A601 (or 0xA1A601) is known color: Citrus. HEX triplet: A1, A6 and 01. RGB value is (161,166,1). Sum of RGB (Red+Green+Blue) = 161+166+1=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A601 is #5E59FE. Grayscale: #929292. Windows color (decimal): -6183423 or 108193. OLE color: 108193.

HSL color Cylindrical-coordinate representation of color #A1A601: hue angle of 61.82º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1A601 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 166 1 -
CMYK 0.03 0 0.99 0.35
HSL 61.82º 0.99% 0.33% -
HSV(B) 61.82º 0.99% 0.65% -
XYZ 28.34 34.85 5.26 -
YUV 145.7 46.34 138.92 -
System Red Green Blue C M Y K H S L
Decimal 161 166 1 0.03 0 0.99 0.35 61.82 0.99 0.33
Hex A1 A6 1 3 0 63 23 3E 63 21
Octal 241 246 1 3 0 143 43 76 143 41
Binary 10100001 10100110 1 11 0 1100011 100011 111110 1100011 100001

Color Harmonies of #A1A601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A601

Black with #A1A601

Text Example


Text Example

White with #A1A601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A601; }

 p { color: rgb(161,166,1); }

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

background-color css

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

 a { background-color: rgb(161,166,1); }

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

border-color css

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

 span { border-color: rgb(161,166,1); }

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