Html Css Color HEX #AAB34A Celery

📋 copy color: '#AAB34A'

red 170 ◦ green 179 ◦ blue 74

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

Shades of Celery #AAB34A

Tints of Celery #AAB34A

RGB

 RED value IS 170 (66.8% from 255) = 40.19%

 GREEN value IS 179 (70.31% from 255) = 42.32%

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

R = 40.19%
G = 42.32%
B = 17.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#AAB34A (or 0xAAB34A) is known color: Celery. HEX triplet: AA, B3 and 4A. RGB value is (170,179,74). Sum of RGB (Red+Green+Blue) = 170+179+74=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB34A is #554CB5. Grayscale: #A4A4A4. Windows color (decimal): -5590198 or 4895658. OLE color: 4895658.

HSL color Cylindrical-coordinate representation of color #AAB34A: hue angle of 65.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAB34A is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 74 -
CMYK 0.05 0 0.59 0.30
HSL 65.14º 0.42% 0.5% -
HSV(B) 65.14º 0.59% 0.7% -
XYZ 33.93 41.28 12.66 -
YUV 164.34 77.02 132.04 -
System Red Green Blue C M Y K H S L
Decimal 170 179 74 0.05 0 0.59 0.30 65.14 0.42 0.5
Hex AA B3 4A 5 0 3B 1E 41 2A 32
Octal 252 263 112 5 0 73 36 101 52 62
Binary 10101010 10110011 1001010 101 0 111011 11110 1000001 101010 110010

Color Harmonies of #AAB34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB34A

Black with #AAB34A

Text Example


Text Example

White with #AAB34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB34A; }

 p { color: rgb(170,179,74); }

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

background-color css

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

 a { background-color: rgb(170,179,74); }

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

border-color css

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

 span { border-color: rgb(170,179,74); }

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