Html Css Color HEX #AAB945 Celery

📋 copy color: '#AAB945'

red 170 ◦ green 185 ◦ blue 69

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

Shades of Celery #AAB945

Tints of Celery #AAB945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.63%

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

R = 40.09%
G = 43.63%
B = 16.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#AAB945 (or 0xAAB945) is known color: Celery. HEX triplet: AA, B9 and 45. RGB value is (170,185,69). Sum of RGB (Red+Green+Blue) = 170+185+69=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB945 is #5546BA. Grayscale: #A7A7A7. Windows color (decimal): -5588667 or 4569514. OLE color: 4569514.

HSL color Cylindrical-coordinate representation of color #AAB945: hue angle of 67.76º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAB945 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 69 -
CMYK 0.08 0 0.63 0.27
HSL 67.76º 0.46% 0.5% -
HSV(B) 67.76º 0.63% 0.73% -
XYZ 35 43.67 12.22 -
YUV 167.29 72.53 129.93 -
System Red Green Blue C M Y K H S L
Decimal 170 185 69 0.08 0 0.63 0.27 67.76 0.46 0.5
Hex AA B9 45 8 0 3F 1B 44 2E 32
Octal 252 271 105 10 0 77 33 104 56 62
Binary 10101010 10111001 1000101 1000 0 111111 11011 1000100 101110 110010

Color Harmonies of #AAB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB945

Black with #AAB945

Text Example


Text Example

White with #AAB945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB945; }

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

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

background-color css

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

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

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

border-color css

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

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

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