Html Css Color HEX #A5A889 Bud

📋 copy color: '#A5A889'

red 165 ◦ green 168 ◦ blue 137

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

Shades of Bud #A5A889

Tints of Bud #A5A889

RGB

 RED value IS 165 (64.84% from 255) = 35.11%

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

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

R = 35.11%
G = 35.74%
B = 29.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A5A889 (or 0xA5A889) is known color: Bud. HEX triplet: A5, A8 and 89. RGB value is (165,168,137). Sum of RGB (Red+Green+Blue) = 165+168+137=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A889 is #5A5776. Grayscale: #A3A3A3. Windows color (decimal): -5920631 or 9021605. OLE color: 9021605.

HSL color Cylindrical-coordinate representation of color #A5A889: hue angle of 65.81º 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 #A5A889 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 168 137 -
CMYK 0.02 0 0.18 0.34
HSL 65.81º 0.15% 0.6% -
HSV(B) 65.81º 0.18% 0.66% -
XYZ 34.04 37.81 29.17 -
YUV 163.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 165 168 137 0.02 0 0.18 0.34 65.81 0.15 0.6
Hex A5 A8 89 2 0 12 22 42 F 3C
Octal 245 250 211 2 0 22 42 102 17 74
Binary 10100101 10101000 10001001 10 0 10010 100010 1000010 1111 111100

Color Harmonies of #A5A889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A889

Black with #A5A889

Text Example


Text Example

White with #A5A889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A889; }

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

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

background-color css

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

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

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

border-color css

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

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

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