Html Css Color HEX #AAAF4A Celery

📋 copy color: '#AAAF4A'

red 170 ◦ green 175 ◦ blue 74

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

Shades of Celery #AAAF4A

Tints of Celery #AAAF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.66%

R = 40.57%
G = 41.77%
B = 17.66%

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

#AAAF4A (or 0xAAAF4A) is known color: Celery. HEX triplet: AA, AF and 4A. RGB value is (170,175,74). Sum of RGB (Red+Green+Blue) = 170+175+74=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF4A is #5550B5. Grayscale: #A2A2A2. Windows color (decimal): -5591222 or 4894634. OLE color: 4894634.

HSL color Cylindrical-coordinate representation of color #AAAF4A: hue angle of 62.97º 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 #AAAF4A is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 74 -
CMYK 0.03 0 0.58 0.31
HSL 62.97º 0.41% 0.49% -
HSV(B) 62.97º 0.58% 0.69% -
XYZ 33.14 39.7 12.39 -
YUV 161.99 78.34 133.71 -
System Red Green Blue C M Y K H S L
Decimal 170 175 74 0.03 0 0.58 0.31 62.97 0.41 0.49
Hex AA AF 4A 3 0 3A 1F 3F 29 31
Octal 252 257 112 3 0 72 37 77 51 61
Binary 10101010 10101111 1001010 11 0 111010 11111 111111 101001 110001

Color Harmonies of #AAAF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF4A

Black with #AAAF4A

Text Example


Text Example

White with #AAAF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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