Html Css Color HEX #A0AE4A Celery

📋 copy color: '#A0AE4A'

red 160 ◦ green 174 ◦ blue 74

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

Shades of Celery #A0AE4A

Tints of Celery #A0AE4A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.65%

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 39.22%
G = 42.65%
B = 18.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#A0AE4A (or 0xA0AE4A) is known color: Celery. HEX triplet: A0, AE and 4A. RGB value is (160,174,74). Sum of RGB (Red+Green+Blue) = 160+174+74=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AE4A is #5F51B5. Grayscale: #9E9E9E. Windows color (decimal): -6246838 or 4894368. OLE color: 4894368.

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

Color convert

RGB 160 174 74 -
CMYK 0.08 0 0.57 0.32
HSL 68.4º 0.4% 0.49% -
HSV(B) 68.4º 0.57% 0.68% -
XYZ 30.87 38.24 12.23 -
YUV 158.41 80.36 129.13 -
System Red Green Blue C M Y K H S L
Decimal 160 174 74 0.08 0 0.57 0.32 68.4 0.4 0.49
Hex A0 AE 4A 8 0 39 20 44 28 31
Octal 240 256 112 10 0 71 40 104 50 61
Binary 10100000 10101110 1001010 1000 0 111001 100000 1000100 101000 110001

Color Harmonies of #A0AE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AE4A

Black with #A0AE4A

Text Example


Text Example

White with #A0AE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AE4A; }

 p { color: rgb(160,174,74); }

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

background-color css

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

 a { background-color: rgb(160,174,74); }

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

border-color css

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

 span { border-color: rgb(160,174,74); }

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