Html Css Color HEX #A0AD41 Celery

📋 copy color: '#A0AD41'

red 160 ◦ green 173 ◦ blue 65

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

Shades of Celery #A0AD41

Tints of Celery #A0AD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.33%

R = 40.2%
G = 43.47%
B = 16.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#A0AD41 (or 0xA0AD41) is known color: Celery. HEX triplet: A0, AD and 41. RGB value is (160,173,65). Sum of RGB (Red+Green+Blue) = 160+173+65=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AD41 is #5F52BE. Grayscale: #9D9D9D. Windows color (decimal): -6247103 or 4304288. OLE color: 4304288.

HSL color Cylindrical-coordinate representation of color #A0AD41: hue angle of 67.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0AD41 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 173 65 -
CMYK 0.08 0 0.62 0.32
HSL 67.22º 0.45% 0.47% -
HSV(B) 67.22º 0.62% 0.68% -
XYZ 30.39 37.74 10.68 -
YUV 156.8 76.19 130.28 -
System Red Green Blue C M Y K H S L
Decimal 160 173 65 0.08 0 0.62 0.32 67.22 0.45 0.47
Hex A0 AD 41 8 0 3E 20 43 2D 2F
Octal 240 255 101 10 0 76 40 103 55 57
Binary 10100000 10101101 1000001 1000 0 111110 100000 1000011 101101 101111

Color Harmonies of #A0AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD41

Black with #A0AD41

Text Example


Text Example

White with #A0AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD41; }

 p { color: rgb(160,173,65); }

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

background-color css

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

 a { background-color: rgb(160,173,65); }

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

border-color css

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

 span { border-color: rgb(160,173,65); }

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