Html Css Color HEX #AAB555 Celery

📋 copy color: '#AAB555'

red 170 ◦ green 181 ◦ blue 85

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

Shades of Celery #AAB555

Tints of Celery #AAB555

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.51%

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

R = 38.99%
G = 41.51%
B = 19.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#AAB555 (or 0xAAB555) is known color: Celery. HEX triplet: AA, B5 and 55. RGB value is (170,181,85). Sum of RGB (Red+Green+Blue) = 170+181+85=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB555 is #554AAA. Grayscale: #A7A7A7. Windows color (decimal): -5589675 or 5617066. OLE color: 5617066.

HSL color Cylindrical-coordinate representation of color #AAB555: hue angle of 66.87º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAB555 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 85 -
CMYK 0.06 0 0.53 0.29
HSL 66.87º 0.39% 0.52% -
HSV(B) 66.87º 0.53% 0.71% -
XYZ 34.74 42.25 14.92 -
YUV 166.77 81.86 130.31 -
System Red Green Blue C M Y K H S L
Decimal 170 181 85 0.06 0 0.53 0.29 66.87 0.39 0.52
Hex AA B5 55 6 0 35 1D 43 27 34
Octal 252 265 125 6 0 65 35 103 47 64
Binary 10101010 10110101 1010101 110 0 110101 11101 1000011 100111 110100

Color Harmonies of #AAB555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB555

Black with #AAB555

Text Example


Text Example

White with #AAB555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB555; }

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

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

background-color css

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

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

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

border-color css

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

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

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