Html Css Color HEX #AAB640 Celery

📋 copy color: '#AAB640'

red 170 ◦ green 182 ◦ blue 64

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

Shades of Celery #AAB640

Tints of Celery #AAB640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.75%

 BLUE value IS 64 (25.39% from 255) = 15.38%

R = 40.87%
G = 43.75%
B = 15.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#AAB640 (or 0xAAB640) is known color: Celery. HEX triplet: AA, B6 and 40. RGB value is (170,182,64). Sum of RGB (Red+Green+Blue) = 170+182+64=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB640 is #5549BF. Grayscale: #A5A5A5. Windows color (decimal): -5589440 or 4241066. OLE color: 4241066.

HSL color Cylindrical-coordinate representation of color #AAB640: hue angle of 66.1º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAB640 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 64 -
CMYK 0.07 0 0.65 0.29
HSL 66.1º 0.48% 0.48% -
HSV(B) 66.1º 0.65% 0.71% -
XYZ 34.23 42.37 11.22 -
YUV 164.96 71.02 131.59 -
System Red Green Blue C M Y K H S L
Decimal 170 182 64 0.07 0 0.65 0.29 66.1 0.48 0.48
Hex AA B6 40 7 0 41 1D 42 30 30
Octal 252 266 100 7 0 101 35 102 60 60
Binary 10101010 10110110 1000000 111 0 1000001 11101 1000010 110000 110000

Color Harmonies of #AAB640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB640

Black with #AAB640

Text Example


Text Example

White with #AAB640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB640; }

 p { color: rgb(170,182,64); }

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

background-color css

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

 a { background-color: rgb(170,182,64); }

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

border-color css

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

 span { border-color: rgb(170,182,64); }

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