Html Css Color HEX #AAB13F Celery

📋 copy color: '#AAB13F'

red 170 ◦ green 177 ◦ blue 63

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

Shades of Celery #AAB13F

Tints of Celery #AAB13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.37%

R = 41.46%
G = 43.17%
B = 15.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AAB13F (or 0xAAB13F) is known color: Celery. HEX triplet: AA, B1 and 3F. RGB value is (170,177,63). Sum of RGB (Red+Green+Blue) = 170+177+63=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB13F is #554EC0. Grayscale: #A2A2A2. Windows color (decimal): -5590721 or 4174250. OLE color: 4174250.

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

Color convert

RGB 170 177 63 -
CMYK 0.04 0 0.64 0.31
HSL 63.68º 0.48% 0.47% -
HSV(B) 63.68º 0.64% 0.69% -
XYZ 33.2 40.35 10.74 -
YUV 161.91 72.18 133.77 -
System Red Green Blue C M Y K H S L
Decimal 170 177 63 0.04 0 0.64 0.31 63.68 0.48 0.47
Hex AA B1 3F 4 0 40 1F 40 30 2F
Octal 252 261 77 4 0 100 37 100 60 57
Binary 10101010 10110001 111111 100 0 1000000 11111 1000000 110000 101111

Color Harmonies of #AAB13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB13F

Black with #AAB13F

Text Example


Text Example

White with #AAB13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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