Html Css Color HEX #A1AE4A Celery

📋 copy color: '#A1AE4A'

red 161 ◦ green 174 ◦ blue 74

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

Shades of Celery #A1AE4A

Tints of Celery #A1AE4A

RGB

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

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

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

R = 39.36%
G = 42.54%
B = 18.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#A1AE4A (or 0xA1AE4A) is known color: Celery. HEX triplet: A1, AE and 4A. RGB value is (161,174,74). Sum of RGB (Red+Green+Blue) = 161+174+74=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AE4A is #5E51B5. Grayscale: #9F9F9F. Windows color (decimal): -6181302 or 4894369. OLE color: 4894369.

HSL color Cylindrical-coordinate representation of color #A1AE4A: hue angle of 67.8º 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 #A1AE4A is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 174 74 -
CMYK 0.07 0 0.57 0.32
HSL 67.8º 0.4% 0.49% -
HSV(B) 67.8º 0.57% 0.68% -
XYZ 31.07 38.34 12.24 -
YUV 158.71 80.19 129.63 -
System Red Green Blue C M Y K H S L
Decimal 161 174 74 0.07 0 0.57 0.32 67.8 0.4 0.49
Hex A1 AE 4A 7 0 39 20 44 28 31
Octal 241 256 112 7 0 71 40 104 50 61
Binary 10100001 10101110 1001010 111 0 111001 100000 1000100 101000 110001

Color Harmonies of #A1AE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE4A

Black with #A1AE4A

Text Example


Text Example

White with #A1AE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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