Html Css Color HEX #A5AD4A Celery

📋 copy color: '#A5AD4A'

red 165 ◦ green 173 ◦ blue 74

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

Shades of Celery #A5AD4A

Tints of Celery #A5AD4A

RGB

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

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

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

R = 40.05%
G = 41.99%
B = 17.96%

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

#A5AD4A (or 0xA5AD4A) is known color: Celery. HEX triplet: A5, AD and 4A. RGB value is (165,173,74). Sum of RGB (Red+Green+Blue) = 165+173+74=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AD4A is #5A52B5. Grayscale: #9F9F9F. Windows color (decimal): -5919414 or 4894117. OLE color: 4894117.

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

Color convert

RGB 165 173 74 -
CMYK 0.05 0 0.57 0.32
HSL 64.85º 0.4% 0.48% -
HSV(B) 64.85º 0.57% 0.68% -
XYZ 31.7 38.38 12.22 -
YUV 159.32 79.85 132.05 -
System Red Green Blue C M Y K H S L
Decimal 165 173 74 0.05 0 0.57 0.32 64.85 0.4 0.48
Hex A5 AD 4A 5 0 39 20 41 28 30
Octal 245 255 112 5 0 71 40 101 50 60
Binary 10100101 10101101 1001010 101 0 111001 100000 1000001 101000 110000

Color Harmonies of #A5AD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD4A

Black with #A5AD4A

Text Example


Text Example

White with #A5AD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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