Html Css Color HEX #A3AD89 Bud

📋 copy color: '#A3AD89'

red 163 ◦ green 173 ◦ blue 137

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

Shades of Bud #A3AD89

Tints of Bud #A3AD89

RGB

 RED value IS 163 (64.06% from 255) = 34.46%

 GREEN value IS 173 (67.97% from 255) = 36.58%

 BLUE value IS 137 (53.91% from 255) = 28.96%

R = 34.46%
G = 36.58%
B = 28.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#A3AD89 (or 0xA3AD89) is known color: Bud. HEX triplet: A3, AD and 89. RGB value is (163,173,137). Sum of RGB (Red+Green+Blue) = 163+173+137=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AD89 is #5C5276. Grayscale: #A6A6A6. Windows color (decimal): -6050423 or 9022883. OLE color: 9022883.

HSL color Cylindrical-coordinate representation of color #A3AD89: hue angle of 76.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3AD89 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 173 137 -
CMYK 0.06 0 0.21 0.32
HSL 76.67º 0.18% 0.61% -
HSV(B) 76.67º 0.21% 0.68% -
XYZ 34.56 39.48 29.47 -
YUV 165.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 163 173 137 0.06 0 0.21 0.32 76.67 0.18 0.61
Hex A3 AD 89 6 0 15 20 4D 12 3D
Octal 243 255 211 6 0 25 40 115 22 75
Binary 10100011 10101101 10001001 110 0 10101 100000 1001101 10010 111101

Color Harmonies of #A3AD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AD89

Black with #A3AD89

Text Example


Text Example

White with #A3AD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AD89; }

 p { color: rgb(163,173,137); }

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

background-color css

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

 a { background-color: rgb(163,173,137); }

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

border-color css

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

 span { border-color: rgb(163,173,137); }

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