Html Css Color HEX #A1AD34 Limerick

📋 copy color: '#A1AD34'

red 161 ◦ green 173 ◦ blue 52

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

Shades of Limerick #A1AD34

Tints of Limerick #A1AD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.47%

R = 41.71%
G = 44.82%
B = 13.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#A1AD34 (or 0xA1AD34) is known color: Limerick. HEX triplet: A1, AD and 34. RGB value is (161,173,52). Sum of RGB (Red+Green+Blue) = 161+173+52=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AD34 is #5E52CB. Grayscale: #9C9C9C. Windows color (decimal): -6181580 or 3452321. OLE color: 3452321.

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

Color convert

RGB 161 173 52 -
CMYK 0.07 0 0.70 0.32
HSL 65.95º 0.54% 0.44% -
HSV(B) 65.95º 0.7% 0.68% -
XYZ 30.26 37.71 8.93 -
YUV 155.62 69.52 131.84 -
System Red Green Blue C M Y K H S L
Decimal 161 173 52 0.07 0 0.70 0.32 65.95 0.54 0.44
Hex A1 AD 34 7 0 46 20 42 36 2C
Octal 241 255 64 7 0 106 40 102 66 54
Binary 10100001 10101101 110100 111 0 1000110 100000 1000010 110110 101100

Color Harmonies of #A1AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD34

Black with #A1AD34

Text Example


Text Example

White with #A1AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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