Html Css Color HEX #AAB385 Bud

📋 copy color: '#AAB385'

red 170 ◦ green 179 ◦ blue 133

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

Shades of Bud #AAB385

Tints of Bud #AAB385

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.14%

 BLUE value IS 133 (52.34% from 255) = 27.59%

R = 35.27%
G = 37.14%
B = 27.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#AAB385 (or 0xAAB385) is known color: Bud. HEX triplet: AA, B3 and 85. RGB value is (170,179,133). Sum of RGB (Red+Green+Blue) = 170+179+133=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB385 is #554C7A. Grayscale: #ABABAB. Windows color (decimal): -5590139 or 8762282. OLE color: 8762282.

HSL color Cylindrical-coordinate representation of color #AAB385: hue angle of 71.74º 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 #AAB385 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 133 -
CMYK 0.05 0 0.26 0.30
HSL 71.74º 0.23% 0.61% -
HSV(B) 71.74º 0.26% 0.7% -
XYZ 36.93 42.48 28.44 -
YUV 171.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 170 179 133 0.05 0 0.26 0.30 71.74 0.23 0.61
Hex AA B3 85 5 0 1A 1E 48 17 3D
Octal 252 263 205 5 0 32 36 110 27 75
Binary 10101010 10110011 10000101 101 0 11010 11110 1001000 10111 111101

Color Harmonies of #AAB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB385

Black with #AAB385

Text Example


Text Example

White with #AAB385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB385; }

 p { color: rgb(170,179,133); }

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

background-color css

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

 a { background-color: rgb(170,179,133); }

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

border-color css

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

 span { border-color: rgb(170,179,133); }

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