Html Css Color HEX #A1A52D Citron

📋 copy color: '#A1A52D'

red 161 ◦ green 165 ◦ blue 45

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

Shades of Citron #A1A52D

Tints of Citron #A1A52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.13%

R = 43.4%
G = 44.47%
B = 12.13%

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

#A1A52D (or 0xA1A52D) is known color: Citron. HEX triplet: A1, A5 and 2D. RGB value is (161,165,45). Sum of RGB (Red+Green+Blue) = 161+165+45=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A52D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A52D is #5E5AD2. Grayscale: #969696. Windows color (decimal): -6183635 or 2991521. OLE color: 2991521.

HSL color Cylindrical-coordinate representation of color #A1A52D: hue angle of 62º degrees, saturation: 0.57, 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 #A1A52D is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 165 45 -
CMYK 0.02 0 0.73 0.35
HSL 62º 0.57% 0.41% -
HSV(B) 62º 0.73% 0.65% -
XYZ 28.63 34.68 7.67 -
YUV 150.12 68.67 135.76 -
System Red Green Blue C M Y K H S L
Decimal 161 165 45 0.02 0 0.73 0.35 62 0.57 0.41
Hex A1 A5 2D 2 0 49 23 3E 39 29
Octal 241 245 55 2 0 111 43 76 71 51
Binary 10100001 10100101 101101 10 0 1001001 100011 111110 111001 101001

Color Harmonies of #A1A52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A52D

Black with #A1A52D

Text Example


Text Example

White with #A1A52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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