Html Css Color HEX #AAB946 Celery

📋 copy color: '#AAB946'

red 170 ◦ green 185 ◦ blue 70

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

Shades of Celery #AAB946

Tints of Celery #AAB946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.53%

 BLUE value IS 70 (27.73% from 255) = 16.47%

R = 40%
G = 43.53%
B = 16.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#AAB946 (or 0xAAB946) is known color: Celery. HEX triplet: AA, B9 and 46. RGB value is (170,185,70). Sum of RGB (Red+Green+Blue) = 170+185+70=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB946 is #5546B9. Grayscale: #A7A7A7. Windows color (decimal): -5588666 or 4635050. OLE color: 4635050.

HSL color Cylindrical-coordinate representation of color #AAB946: hue angle of 67.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAB946 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 70 -
CMYK 0.08 0 0.62 0.27
HSL 67.83º 0.45% 0.5% -
HSV(B) 67.83º 0.62% 0.73% -
XYZ 35.03 43.69 12.38 -
YUV 167.41 73.03 129.85 -
System Red Green Blue C M Y K H S L
Decimal 170 185 70 0.08 0 0.62 0.27 67.83 0.45 0.5
Hex AA B9 46 8 0 3E 1B 44 2D 32
Octal 252 271 106 10 0 76 33 104 55 62
Binary 10101010 10111001 1000110 1000 0 111110 11011 1000100 101101 110010

Color Harmonies of #AAB946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB946

Black with #AAB946

Text Example


Text Example

White with #AAB946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB946; }

 p { color: rgb(170,185,70); }

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

background-color css

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

 a { background-color: rgb(170,185,70); }

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

border-color css

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

 span { border-color: rgb(170,185,70); }

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