Html Css Color HEX #AAB445 Celery

📋 copy color: '#AAB445'

red 170 ◦ green 180 ◦ blue 69

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

Shades of Celery #AAB445

Tints of Celery #AAB445

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.96%

 BLUE value IS 69 (27.34% from 255) = 16.47%

R = 40.57%
G = 42.96%
B = 16.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#AAB445 (or 0xAAB445) is known color: Celery. HEX triplet: AA, B4 and 45. RGB value is (170,180,69). Sum of RGB (Red+Green+Blue) = 170+180+69=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB445 is #554BBA. Grayscale: #A4A4A4. Windows color (decimal): -5589947 or 4568234. OLE color: 4568234.

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

Color convert

RGB 170 180 69 -
CMYK 0.06 0 0.62 0.29
HSL 65.41º 0.45% 0.49% -
HSV(B) 65.41º 0.62% 0.71% -
XYZ 33.97 41.62 11.87 -
YUV 164.36 74.19 132.03 -
System Red Green Blue C M Y K H S L
Decimal 170 180 69 0.06 0 0.62 0.29 65.41 0.45 0.49
Hex AA B4 45 6 0 3E 1D 41 2D 31
Octal 252 264 105 6 0 76 35 101 55 61
Binary 10101010 10110100 1000101 110 0 111110 11101 1000001 101101 110001

Color Harmonies of #AAB445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB445

Black with #AAB445

Text Example


Text Example

White with #AAB445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB445; }

 p { color: rgb(170,180,69); }

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

background-color css

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

 a { background-color: rgb(170,180,69); }

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

border-color css

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

 span { border-color: rgb(170,180,69); }

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