Html Css Color HEX #A1A106 Citrus

📋 copy color: '#A1A106'

red 161 ◦ green 161 ◦ blue 6

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

Shades of Citrus #A1A106

Tints of Citrus #A1A106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 49.09%
G = 49.09%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A1A106 (or 0xA1A106) is known color: Citrus. HEX triplet: A1, A1 and 06. RGB value is (161,161,6). Sum of RGB (Red+Green+Blue) = 161+161+6=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A106 is #5E5EF9. Grayscale: #8F8F8F. Windows color (decimal): -6184698 or 434593. OLE color: 434593.

HSL color Cylindrical-coordinate representation of color #A1A106: hue angle of 60º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1A106 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 161 6 -
CMYK 0 0 0.96 0.37
HSL 60º 0.93% 0.33% -
HSV(B) 60º 0.96% 0.63% -
XYZ 27.48 33.08 5.11 -
YUV 143.33 50.5 140.6 -
System Red Green Blue C M Y K H S L
Decimal 161 161 6 0 0 0.96 0.37 60 0.93 0.33
Hex A1 A1 6 0 0 60 25 3C 5D 21
Octal 241 241 6 0 0 140 45 74 135 41
Binary 10100001 10100001 110 0 0 1100000 100101 111100 1011101 100001

Color Harmonies of #A1A106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A106

Black with #A1A106

Text Example


Text Example

White with #A1A106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A106; }

 p { color: rgb(161,161,6); }

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

background-color css

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

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

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

border-color css

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

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

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