Html Css Color HEX #AAB284 Bud

📋 copy color: '#AAB284'

red 170 ◦ green 178 ◦ blue 132

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

Shades of Bud #AAB284

Tints of Bud #AAB284

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.08%

 BLUE value IS 132 (51.95% from 255) = 27.5%

R = 35.42%
G = 37.08%
B = 27.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#AAB284 (or 0xAAB284) is known color: Bud. HEX triplet: AA, B2 and 84. RGB value is (170,178,132). Sum of RGB (Red+Green+Blue) = 170+178+132=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB284 is #554D7B. Grayscale: #AAAAAA. Windows color (decimal): -5590396 or 8696490. OLE color: 8696490.

HSL color Cylindrical-coordinate representation of color #AAB284: hue angle of 70.43º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB284 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 132 -
CMYK 0.04 0 0.26 0.30
HSL 70.43º 0.23% 0.61% -
HSV(B) 70.43º 0.26% 0.7% -
XYZ 36.66 42.05 28.01 -
YUV 170.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 170 178 132 0.04 0 0.26 0.30 70.43 0.23 0.61
Hex AA B2 84 4 0 1A 1E 46 17 3D
Octal 252 262 204 4 0 32 36 106 27 75
Binary 10101010 10110010 10000100 100 0 11010 11110 1000110 10111 111101

Color Harmonies of #AAB284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB284

Black with #AAB284

Text Example


Text Example

White with #AAB284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB284; }

 p { color: rgb(170,178,132); }

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

background-color css

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

 a { background-color: rgb(170,178,132); }

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

border-color css

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

 span { border-color: rgb(170,178,132); }

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