Html Css Color HEX #AAB245 Celery

📋 copy color: '#AAB245'

red 170 ◦ green 178 ◦ blue 69

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

Shades of Celery #AAB245

Tints of Celery #AAB245

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.69%

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

R = 40.77%
G = 42.69%
B = 16.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#AAB245 (or 0xAAB245) is known color: Celery. HEX triplet: AA, B2 and 45. RGB value is (170,178,69). Sum of RGB (Red+Green+Blue) = 170+178+69=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB245 is #554DBA. Grayscale: #A3A3A3. Windows color (decimal): -5590459 or 4567722. OLE color: 4567722.

HSL color Cylindrical-coordinate representation of color #AAB245: hue angle of 64.4º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAB245 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 69 -
CMYK 0.04 0 0.61 0.30
HSL 64.4º 0.44% 0.48% -
HSV(B) 64.4º 0.61% 0.7% -
XYZ 33.57 40.82 11.74 -
YUV 163.18 74.85 132.86 -
System Red Green Blue C M Y K H S L
Decimal 170 178 69 0.04 0 0.61 0.30 64.4 0.44 0.48
Hex AA B2 45 4 0 3D 1E 40 2C 30
Octal 252 262 105 4 0 75 36 100 54 60
Binary 10101010 10110010 1000101 100 0 111101 11110 1000000 101100 110000

Color Harmonies of #AAB245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB245

Black with #AAB245

Text Example


Text Example

White with #AAB245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB245; }

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

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

background-color css

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

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

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

border-color css

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

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

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