Html Css Color HEX #AAAF49 Celery

📋 copy color: '#AAAF49'

red 170 ◦ green 175 ◦ blue 73

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

Shades of Celery #AAAF49

Tints of Celery #AAAF49

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.87%

 BLUE value IS 73 (28.91% from 255) = 17.46%

R = 40.67%
G = 41.87%
B = 17.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AAAF49 (or 0xAAAF49) is known color: Celery. HEX triplet: AA, AF and 49. RGB value is (170,175,73). Sum of RGB (Red+Green+Blue) = 170+175+73=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF49 is #5550B6. Grayscale: #A2A2A2. Windows color (decimal): -5591223 or 4829098. OLE color: 4829098.

HSL color Cylindrical-coordinate representation of color #AAAF49: hue angle of 62.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAAF49 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 73 -
CMYK 0.03 0 0.58 0.31
HSL 62.94º 0.41% 0.49% -
HSV(B) 62.94º 0.58% 0.69% -
XYZ 33.11 39.69 12.22 -
YUV 161.88 77.84 133.79 -
System Red Green Blue C M Y K H S L
Decimal 170 175 73 0.03 0 0.58 0.31 62.94 0.41 0.49
Hex AA AF 49 3 0 3A 1F 3F 29 31
Octal 252 257 111 3 0 72 37 77 51 61
Binary 10101010 10101111 1001001 11 0 111010 11111 111111 101001 110001

Color Harmonies of #AAAF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF49

Black with #AAAF49

Text Example


Text Example

White with #AAAF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF49; }

 p { color: rgb(170,175,73); }

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

background-color css

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

 a { background-color: rgb(170,175,73); }

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

border-color css

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

 span { border-color: rgb(170,175,73); }

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