Html Css Color HEX #A3A889 Bud

📋 copy color: '#A3A889'

red 163 ◦ green 168 ◦ blue 137

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

Shades of Bud #A3A889

Tints of Bud #A3A889

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.9%

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

R = 34.83%
G = 35.9%
B = 29.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A3A889 (or 0xA3A889) is known color: Bud. HEX triplet: A3, A8 and 89. RGB value is (163,168,137). Sum of RGB (Red+Green+Blue) = 163+168+137=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A889 is #5C5776. Grayscale: #A3A3A3. Windows color (decimal): -6051703 or 9021603. OLE color: 9021603.

HSL color Cylindrical-coordinate representation of color #A3A889: hue angle of 69.68º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3A889 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 163 168 137 -
CMYK 0.03 0 0.18 0.34
HSL 69.68º 0.15% 0.6% -
HSV(B) 69.68º 0.18% 0.66% -
XYZ 33.62 37.6 29.15 -
YUV 162.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 163 168 137 0.03 0 0.18 0.34 69.68 0.15 0.6
Hex A3 A8 89 3 0 12 22 46 F 3C
Octal 243 250 211 3 0 22 42 106 17 74
Binary 10100011 10101000 10001001 11 0 10010 100010 1000110 1111 111100

Color Harmonies of #A3A889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A889

Black with #A3A889

Text Example


Text Example

White with #A3A889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A889; }

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

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

background-color css

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

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

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

border-color css

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

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

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