Html Css Color HEX #A1A531 Citron

📋 copy color: '#A1A531'

red 161 ◦ green 165 ◦ blue 49

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

Shades of Citron #A1A531

Tints of Citron #A1A531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.07%

R = 42.93%
G = 44%
B = 13.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A1A531 (or 0xA1A531) is known color: Citron. HEX triplet: A1, A5 and 31. RGB value is (161,165,49). Sum of RGB (Red+Green+Blue) = 161+165+49=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A531 is #5E5ACE. Grayscale: #979797. Windows color (decimal): -6183631 or 3253665. OLE color: 3253665.

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

Color convert

RGB 161 165 49 -
CMYK 0.02 0 0.70 0.35
HSL 62.07º 0.54% 0.42% -
HSV(B) 62.07º 0.7% 0.65% -
XYZ 28.71 34.71 8.09 -
YUV 150.58 70.67 135.43 -
System Red Green Blue C M Y K H S L
Decimal 161 165 49 0.02 0 0.70 0.35 62.07 0.54 0.42
Hex A1 A5 31 2 0 46 23 3E 36 2A
Octal 241 245 61 2 0 106 43 76 66 52
Binary 10100001 10100101 110001 10 0 1000110 100011 111110 110110 101010

Color Harmonies of #A1A531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A531

Black with #A1A531

Text Example


Text Example

White with #A1A531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A531; }

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

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

background-color css

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

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

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

border-color css

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

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

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