Html Css Color HEX #A1AD35 Limerick

📋 copy color: '#A1AD35'

red 161 ◦ green 173 ◦ blue 53

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

Shades of Limerick #A1AD35

Tints of Limerick #A1AD35

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.7%

 BLUE value IS 53 (21.09% from 255) = 13.7%

R = 41.6%
G = 44.7%
B = 13.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#A1AD35 (or 0xA1AD35) is known color: Limerick. HEX triplet: A1, AD and 35. RGB value is (161,173,53). Sum of RGB (Red+Green+Blue) = 161+173+53=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AD35 is #5E52CA. Grayscale: #9C9C9C. Windows color (decimal): -6181579 or 3517857. OLE color: 3517857.

HSL color Cylindrical-coordinate representation of color #A1AD35: hue angle of 66º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1AD35 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 173 53 -
CMYK 0.07 0 0.69 0.32
HSL 66º 0.53% 0.44% -
HSV(B) 66º 0.69% 0.68% -
XYZ 30.28 37.72 9.05 -
YUV 155.73 70.02 131.76 -
System Red Green Blue C M Y K H S L
Decimal 161 173 53 0.07 0 0.69 0.32 66 0.53 0.44
Hex A1 AD 35 7 0 45 20 42 35 2C
Octal 241 255 65 7 0 105 40 102 65 54
Binary 10100001 10101101 110101 111 0 1000101 100000 1000010 110101 101100

Color Harmonies of #A1AD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD35

Black with #A1AD35

Text Example


Text Example

White with #A1AD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD35; }

 p { color: rgb(161,173,53); }

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

background-color css

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

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

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

border-color css

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

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

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