Html Css Color HEX #A5AE4A Celery

📋 copy color: '#A5AE4A'

red 165 ◦ green 174 ◦ blue 74

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

Shades of Celery #A5AE4A

Tints of Celery #A5AE4A

RGB

 RED value IS 165 (64.84% from 255) = 39.95%

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

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

R = 39.95%
G = 42.13%
B = 17.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#A5AE4A (or 0xA5AE4A) is known color: Celery. HEX triplet: A5, AE and 4A. RGB value is (165,174,74). Sum of RGB (Red+Green+Blue) = 165+174+74=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AE4A is #5A51B5. Grayscale: #A0A0A0. Windows color (decimal): -5919158 or 4894373. OLE color: 4894373.

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

Color convert

RGB 165 174 74 -
CMYK 0.05 0 0.57 0.32
HSL 65.4º 0.4% 0.49% -
HSV(B) 65.4º 0.57% 0.68% -
XYZ 31.89 38.77 12.28 -
YUV 159.91 79.52 131.63 -
System Red Green Blue C M Y K H S L
Decimal 165 174 74 0.05 0 0.57 0.32 65.4 0.4 0.49
Hex A5 AE 4A 5 0 39 20 41 28 31
Octal 245 256 112 5 0 71 40 101 50 61
Binary 10100101 10101110 1001010 101 0 111001 100000 1000001 101000 110001

Color Harmonies of #A5AE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AE4A

Black with #A5AE4A

Text Example


Text Example

White with #A5AE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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