Html Css Color HEX #A1A52C Citron

📋 copy color: '#A1A52C'

red 161 ◦ green 165 ◦ blue 44

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

Shades of Citron #A1A52C

Tints of Citron #A1A52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 43.51%
G = 44.59%
B = 11.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A1A52C (or 0xA1A52C) is known color: Citron. HEX triplet: A1, A5 and 2C. RGB value is (161,165,44). Sum of RGB (Red+Green+Blue) = 161+165+44=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A52C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A52C is #5E5AD3. Grayscale: #969696. Windows color (decimal): -6183636 or 2925985. OLE color: 2925985.

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

Color convert

RGB 161 165 44 -
CMYK 0.02 0 0.73 0.35
HSL 61.98º 0.58% 0.41% -
HSV(B) 61.98º 0.73% 0.65% -
XYZ 28.61 34.67 7.57 -
YUV 150.01 68.17 135.84 -
System Red Green Blue C M Y K H S L
Decimal 161 165 44 0.02 0 0.73 0.35 61.98 0.58 0.41
Hex A1 A5 2C 2 0 49 23 3E 3A 29
Octal 241 245 54 2 0 111 43 76 72 51
Binary 10100001 10100101 101100 10 0 1001001 100011 111110 111010 101001

Color Harmonies of #A1A52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A52C

Black with #A1A52C

Text Example


Text Example

White with #A1A52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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