Html Css Color HEX #A1A50C Citrus

📋 copy color: '#A1A50C'

red 161 ◦ green 165 ◦ blue 12

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

Shades of Citrus #A1A50C

Tints of Citrus #A1A50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.82%

 BLUE value IS 12 (5.08% from 255) = 3.55%

R = 47.63%
G = 48.82%
B = 3.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A1A50C (or 0xA1A50C) is known color: Citrus. HEX triplet: A1, A5 and 0C. RGB value is (161,165,12). Sum of RGB (Red+Green+Blue) = 161+165+12=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A50C is #5E5AF3. Grayscale: #929292. Windows color (decimal): -6183668 or 828833. OLE color: 828833.

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

Color convert

RGB 161 165 12 -
CMYK 0.02 0 0.93 0.35
HSL 61.57º 0.86% 0.35% -
HSV(B) 61.57º 0.93% 0.65% -
XYZ 28.22 34.51 5.52 -
YUV 146.36 52.17 138.44 -
System Red Green Blue C M Y K H S L
Decimal 161 165 12 0.02 0 0.93 0.35 61.57 0.86 0.35
Hex A1 A5 C 2 0 5D 23 3E 56 23
Octal 241 245 14 2 0 135 43 76 126 43
Binary 10100001 10100101 1100 10 0 1011101 100011 111110 1010110 100011

Color Harmonies of #A1A50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A50C

Black with #A1A50C

Text Example


Text Example

White with #A1A50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A50C; }

 p { color: rgb(161,165,12); }

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

background-color css

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

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

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

border-color css

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

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

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