Html Css Color HEX #AAB04A Celery

📋 copy color: '#AAB04A'

red 170 ◦ green 176 ◦ blue 74

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

Shades of Celery #AAB04A

Tints of Celery #AAB04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.9%

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

R = 40.48%
G = 41.9%
B = 17.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AAB04A (or 0xAAB04A) is known color: Celery. HEX triplet: AA, B0 and 4A. RGB value is (170,176,74). Sum of RGB (Red+Green+Blue) = 170+176+74=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB04A is #554FB5. Grayscale: #A2A2A2. Windows color (decimal): -5590966 or 4894890. OLE color: 4894890.

HSL color Cylindrical-coordinate representation of color #AAB04A: hue angle of 63.53º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAB04A is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 74 -
CMYK 0.03 0 0.58 0.31
HSL 63.53º 0.41% 0.49% -
HSV(B) 63.53º 0.58% 0.69% -
XYZ 33.34 40.09 12.46 -
YUV 162.58 78.01 133.29 -
System Red Green Blue C M Y K H S L
Decimal 170 176 74 0.03 0 0.58 0.31 63.53 0.41 0.49
Hex AA B0 4A 3 0 3A 1F 40 29 31
Octal 252 260 112 3 0 72 37 100 51 61
Binary 10101010 10110000 1001010 11 0 111010 11111 1000000 101001 110001

Color Harmonies of #AAB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB04A

Black with #AAB04A

Text Example


Text Example

White with #AAB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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