Html Css Color HEX #AAB14D Celery

📋 copy color: '#AAB14D'

red 170 ◦ green 177 ◦ blue 77

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

Shades of Celery #AAB14D

Tints of Celery #AAB14D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.75%

 BLUE value IS 77 (30.47% from 255) = 18.16%

R = 40.09%
G = 41.75%
B = 18.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AAB14D (or 0xAAB14D) is known color: Celery. HEX triplet: AA, B1 and 4D. RGB value is (170,177,77). Sum of RGB (Red+Green+Blue) = 170+177+77=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB14D is #554EB2. Grayscale: #A3A3A3. Windows color (decimal): -5590707 or 5091754. OLE color: 5091754.

HSL color Cylindrical-coordinate representation of color #AAB14D: hue angle of 64.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAB14D is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 77 -
CMYK 0.04 0 0.56 0.31
HSL 64.2º 0.39% 0.5% -
HSV(B) 64.2º 0.56% 0.69% -
XYZ 33.64 40.53 13.07 -
YUV 163.51 79.18 132.63 -
System Red Green Blue C M Y K H S L
Decimal 170 177 77 0.04 0 0.56 0.31 64.2 0.39 0.5
Hex AA B1 4D 4 0 38 1F 40 27 32
Octal 252 261 115 4 0 70 37 100 47 62
Binary 10101010 10110001 1001101 100 0 111000 11111 1000000 100111 110010

Color Harmonies of #AAB14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB14D

Black with #AAB14D

Text Example


Text Example

White with #AAB14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB14D; }

 p { color: rgb(170,177,77); }

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

background-color css

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

 a { background-color: rgb(170,177,77); }

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

border-color css

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

 span { border-color: rgb(170,177,77); }

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