Html Css Color HEX #AAB552 Celery

📋 copy color: '#AAB552'

red 170 ◦ green 181 ◦ blue 82

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

Shades of Celery #AAB552

Tints of Celery #AAB552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.94%

R = 39.26%
G = 41.8%
B = 18.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#AAB552 (or 0xAAB552) is known color: Celery. HEX triplet: AA, B5 and 52. RGB value is (170,181,82). Sum of RGB (Red+Green+Blue) = 170+181+82=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB552 is #554AAD. Grayscale: #A6A6A6. Windows color (decimal): -5589678 or 5420458. OLE color: 5420458.

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

Color convert

RGB 170 181 82 -
CMYK 0.06 0 0.55 0.29
HSL 66.67º 0.4% 0.52% -
HSV(B) 66.67º 0.55% 0.71% -
XYZ 34.62 42.2 14.3 -
YUV 166.43 80.36 130.55 -
System Red Green Blue C M Y K H S L
Decimal 170 181 82 0.06 0 0.55 0.29 66.67 0.4 0.52
Hex AA B5 52 6 0 37 1D 43 28 34
Octal 252 265 122 6 0 67 35 103 50 64
Binary 10101010 10110101 1010010 110 0 110111 11101 1000011 101000 110100

Color Harmonies of #AAB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB552

Black with #AAB552

Text Example


Text Example

White with #AAB552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB552; }

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

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

background-color css

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

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

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

border-color css

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

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

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