Html Css Color HEX #AAB049 Celery

📋 copy color: '#AAB049'

red 170 ◦ green 176 ◦ blue 73

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

Shades of Celery #AAB049

Tints of Celery #AAB049

RGB

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

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

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

R = 40.57%
G = 42%
B = 17.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AAB049 (or 0xAAB049) is known color: Celery. HEX triplet: AA, B0 and 49. RGB value is (170,176,73). Sum of RGB (Red+Green+Blue) = 170+176+73=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB049 is #554FB6. Grayscale: #A2A2A2. Windows color (decimal): -5590967 or 4829354. OLE color: 4829354.

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

Color convert

RGB 170 176 73 -
CMYK 0.03 0 0.59 0.31
HSL 63.5º 0.41% 0.49% -
HSV(B) 63.5º 0.59% 0.69% -
XYZ 33.31 40.08 12.28 -
YUV 162.46 77.51 133.38 -
System Red Green Blue C M Y K H S L
Decimal 170 176 73 0.03 0 0.59 0.31 63.5 0.41 0.49
Hex AA B0 49 3 0 3B 1F 3F 29 31
Octal 252 260 111 3 0 73 37 77 51 61
Binary 10101010 10110000 1001001 11 0 111011 11111 111111 101001 110001

Color Harmonies of #AAB049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB049

Black with #AAB049

Text Example


Text Example

White with #AAB049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB049; }

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

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

background-color css

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

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

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

border-color css

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

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

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