Html Css Color HEX #A5AC4A Celery

📋 copy color: '#A5AC4A'

red 165 ◦ green 172 ◦ blue 74

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

Shades of Celery #A5AC4A

Tints of Celery #A5AC4A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

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

R = 40.15%
G = 41.85%
B = 18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#A5AC4A (or 0xA5AC4A) is known color: Celery. HEX triplet: A5, AC and 4A. RGB value is (165,172,74). Sum of RGB (Red+Green+Blue) = 165+172+74=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AC4A is #5A53B5. Grayscale: #9F9F9F. Windows color (decimal): -5919670 or 4893861. OLE color: 4893861.

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

Color convert

RGB 165 172 74 -
CMYK 0.04 0 0.57 0.33
HSL 64.29º 0.4% 0.48% -
HSV(B) 64.29º 0.57% 0.67% -
XYZ 31.51 38 12.15 -
YUV 158.74 80.18 132.47 -
System Red Green Blue C M Y K H S L
Decimal 165 172 74 0.04 0 0.57 0.33 64.29 0.4 0.48
Hex A5 AC 4A 4 0 39 21 40 28 30
Octal 245 254 112 4 0 71 41 100 50 60
Binary 10100101 10101100 1001010 100 0 111001 100001 1000000 101000 110000

Color Harmonies of #A5AC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC4A

Black with #A5AC4A

Text Example


Text Example

White with #A5AC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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