Html Css Color HEX #AAB142 Celery

📋 copy color: '#AAB142'

red 170 ◦ green 177 ◦ blue 66

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

Shades of Celery #AAB142

Tints of Celery #AAB142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.98%

R = 41.16%
G = 42.86%
B = 15.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AAB142 (or 0xAAB142) is known color: Celery. HEX triplet: AA, B1 and 42. RGB value is (170,177,66). Sum of RGB (Red+Green+Blue) = 170+177+66=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB142 is #554EBD. Grayscale: #A2A2A2. Windows color (decimal): -5590718 or 4370858. OLE color: 4370858.

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

Color convert

RGB 170 177 66 -
CMYK 0.04 0 0.63 0.31
HSL 63.78º 0.46% 0.48% -
HSV(B) 63.78º 0.63% 0.69% -
XYZ 33.28 40.38 11.19 -
YUV 162.25 73.68 133.53 -
System Red Green Blue C M Y K H S L
Decimal 170 177 66 0.04 0 0.63 0.31 63.78 0.46 0.48
Hex AA B1 42 4 0 3F 1F 40 2E 30
Octal 252 261 102 4 0 77 37 100 56 60
Binary 10101010 10110001 1000010 100 0 111111 11111 1000000 101110 110000

Color Harmonies of #AAB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB142

Black with #AAB142

Text Example


Text Example

White with #AAB142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB142; }

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

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

background-color css

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

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

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

border-color css

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

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

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