Html Css Color HEX #AAB955 Celery

📋 copy color: '#AAB955'

red 170 ◦ green 185 ◦ blue 85

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

Shades of Celery #AAB955

Tints of Celery #AAB955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.32%

R = 38.64%
G = 42.05%
B = 19.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#AAB955 (or 0xAAB955) is known color: Celery. HEX triplet: AA, B9 and 55. RGB value is (170,185,85). Sum of RGB (Red+Green+Blue) = 170+185+85=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB955 is #5546AA. Grayscale: #A9A9A9. Windows color (decimal): -5588651 or 5618090. OLE color: 5618090.

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

Color convert

RGB 170 185 85 -
CMYK 0.08 0 0.54 0.27
HSL 69º 0.42% 0.53% -
HSV(B) 69º 0.54% 0.73% -
XYZ 35.57 43.9 15.19 -
YUV 169.12 80.53 128.63 -
System Red Green Blue C M Y K H S L
Decimal 170 185 85 0.08 0 0.54 0.27 69 0.42 0.53
Hex AA B9 55 8 0 36 1B 45 2A 35
Octal 252 271 125 10 0 66 33 105 52 65
Binary 10101010 10111001 1010101 1000 0 110110 11011 1000101 101010 110101

Color Harmonies of #AAB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB955

Black with #AAB955

Text Example


Text Example

White with #AAB955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB955; }

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

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

background-color css

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

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

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

border-color css

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

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

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