Html Css Color HEX #AAB084 Bud

📋 copy color: '#AAB084'

red 170 ◦ green 176 ◦ blue 132

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

Shades of Bud #AAB084

Tints of Bud #AAB084

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.82%

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

R = 35.56%
G = 36.82%
B = 27.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AAB084 (or 0xAAB084) is known color: Bud. HEX triplet: AA, B0 and 84. RGB value is (170,176,132). Sum of RGB (Red+Green+Blue) = 170+176+132=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB084 is #554F7B. Grayscale: #A9A9A9. Windows color (decimal): -5590908 or 8695978. OLE color: 8695978.

HSL color Cylindrical-coordinate representation of color #AAB084: hue angle of 68.18º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAB084 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 132 -
CMYK 0.03 0 0.25 0.31
HSL 68.18º 0.22% 0.6% -
HSV(B) 68.18º 0.25% 0.69% -
XYZ 36.27 41.26 27.88 -
YUV 169.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 170 176 132 0.03 0 0.25 0.31 68.18 0.22 0.6
Hex AA B0 84 3 0 19 1F 44 16 3C
Octal 252 260 204 3 0 31 37 104 26 74
Binary 10101010 10110000 10000100 11 0 11001 11111 1000100 10110 111100

Color Harmonies of #AAB084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB084

Black with #AAB084

Text Example


Text Example

White with #AAB084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB084; }

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

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

background-color css

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

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

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

border-color css

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

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

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