Html Css Color HEX #AAB655 Celery

📋 copy color: '#AAB655'

red 170 ◦ green 182 ◦ blue 85

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

Shades of Celery #AAB655

Tints of Celery #AAB655

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.65%

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

R = 38.9%
G = 41.65%
B = 19.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#AAB655 (or 0xAAB655) is known color: Celery. HEX triplet: AA, B6 and 55. RGB value is (170,182,85). Sum of RGB (Red+Green+Blue) = 170+182+85=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB655 is #5549AA. Grayscale: #A7A7A7. Windows color (decimal): -5589419 or 5617322. OLE color: 5617322.

HSL color Cylindrical-coordinate representation of color #AAB655: hue angle of 67.42º degrees, saturation: 0.4, 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 #AAB655 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 85 -
CMYK 0.07 0 0.53 0.29
HSL 67.42º 0.4% 0.52% -
HSV(B) 67.42º 0.53% 0.71% -
XYZ 34.95 42.66 14.99 -
YUV 167.35 81.52 129.89 -
System Red Green Blue C M Y K H S L
Decimal 170 182 85 0.07 0 0.53 0.29 67.42 0.4 0.52
Hex AA B6 55 7 0 35 1D 43 28 34
Octal 252 266 125 7 0 65 35 103 50 64
Binary 10101010 10110110 1010101 111 0 110101 11101 1000011 101000 110100

Color Harmonies of #AAB655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB655

Black with #AAB655

Text Example


Text Example

White with #AAB655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB655; }

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

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

background-color css

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

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

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

border-color css

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

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

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