Html Css Color HEX #AAB249 Celery

📋 copy color: '#AAB249'

red 170 ◦ green 178 ◦ blue 73

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

Shades of Celery #AAB249

Tints of Celery #AAB249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.28%

 BLUE value IS 73 (28.91% from 255) = 17.34%

R = 40.38%
G = 42.28%
B = 17.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#AAB249 (or 0xAAB249) is known color: Celery. HEX triplet: AA, B2 and 49. RGB value is (170,178,73). Sum of RGB (Red+Green+Blue) = 170+178+73=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB249 is #554DB6. Grayscale: #A4A4A4. Windows color (decimal): -5590455 or 4829866. OLE color: 4829866.

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

Color convert

RGB 170 178 73 -
CMYK 0.04 0 0.59 0.30
HSL 64.57º 0.42% 0.49% -
HSV(B) 64.57º 0.59% 0.7% -
XYZ 33.7 40.87 12.42 -
YUV 163.64 76.85 132.54 -
System Red Green Blue C M Y K H S L
Decimal 170 178 73 0.04 0 0.59 0.30 64.57 0.42 0.49
Hex AA B2 49 4 0 3B 1E 41 2A 31
Octal 252 262 111 4 0 73 36 101 52 61
Binary 10101010 10110010 1001001 100 0 111011 11110 1000001 101010 110001

Color Harmonies of #AAB249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB249

Black with #AAB249

Text Example


Text Example

White with #AAB249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB249; }

 p { color: rgb(170,178,73); }

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

background-color css

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

 a { background-color: rgb(170,178,73); }

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

border-color css

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

 span { border-color: rgb(170,178,73); }

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