Html Css Color HEX #AAB952 Celery

📋 copy color: '#AAB952'

red 170 ◦ green 185 ◦ blue 82

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

Shades of Celery #AAB952

Tints of Celery #AAB952

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.33%

 BLUE value IS 82 (32.42% from 255) = 18.76%

R = 38.9%
G = 42.33%
B = 18.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#AAB952 (or 0xAAB952) is known color: Celery. HEX triplet: AA, B9 and 52. RGB value is (170,185,82). Sum of RGB (Red+Green+Blue) = 170+185+82=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB952 is #5546AD. Grayscale: #A9A9A9. Windows color (decimal): -5588654 or 5421482. OLE color: 5421482.

HSL color Cylindrical-coordinate representation of color #AAB952: hue angle of 68.74º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAB952 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 82 -
CMYK 0.08 0 0.56 0.27
HSL 68.74º 0.42% 0.52% -
HSV(B) 68.74º 0.56% 0.73% -
XYZ 35.45 43.85 14.58 -
YUV 168.77 79.03 128.88 -
System Red Green Blue C M Y K H S L
Decimal 170 185 82 0.08 0 0.56 0.27 68.74 0.42 0.52
Hex AA B9 52 8 0 38 1B 45 2A 34
Octal 252 271 122 10 0 70 33 105 52 64
Binary 10101010 10111001 1010010 1000 0 111000 11011 1000101 101010 110100

Color Harmonies of #AAB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB952

Black with #AAB952

Text Example


Text Example

White with #AAB952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB952; }

 p { color: rgb(170,185,82); }

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

background-color css

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

 a { background-color: rgb(170,185,82); }

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

border-color css

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

 span { border-color: rgb(170,185,82); }

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