Html Css Color HEX #A0AF32 Limerick

📋 copy color: '#A0AF32'

red 160 ◦ green 175 ◦ blue 50

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

Shades of Limerick #A0AF32

Tints of Limerick #A0AF32

RGB

 RED value IS 160 (62.89% from 255) = 41.56%

 GREEN value IS 175 (68.75% from 255) = 45.45%

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 41.56%
G = 45.45%
B = 12.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#A0AF32 (or 0xA0AF32) is known color: Limerick. HEX triplet: A0, AF and 32. RGB value is (160,175,50). Sum of RGB (Red+Green+Blue) = 160+175+50=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AF32 is #5F50CD. Grayscale: #9C9C9C. Windows color (decimal): -6246606 or 3321760. OLE color: 3321760.

HSL color Cylindrical-coordinate representation of color #A0AF32: hue angle of 67.2º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0AF32 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 50 -
CMYK 0.09 0 0.71 0.31
HSL 67.2º 0.56% 0.44% -
HSV(B) 67.2º 0.71% 0.69% -
XYZ 30.4 38.36 8.82 -
YUV 156.27 68.03 130.66 -
System Red Green Blue C M Y K H S L
Decimal 160 175 50 0.09 0 0.71 0.31 67.2 0.56 0.44
Hex A0 AF 32 9 0 47 1F 43 38 2C
Octal 240 257 62 11 0 107 37 103 70 54
Binary 10100000 10101111 110010 1001 0 1000111 11111 1000011 111000 101100

Color Harmonies of #A0AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF32

Black with #A0AF32

Text Example


Text Example

White with #A0AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF32; }

 p { color: rgb(160,175,50); }

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

background-color css

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

 a { background-color: rgb(160,175,50); }

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

border-color css

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

 span { border-color: rgb(160,175,50); }

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