Html Css Color HEX #A5A788 Bud

📋 copy color: '#A5A788'

red 165 ◦ green 167 ◦ blue 136

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

Shades of Bud #A5A788

Tints of Bud #A5A788

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.68%

 BLUE value IS 136 (53.52% from 255) = 29.06%

R = 35.26%
G = 35.68%
B = 29.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A5A788 (or 0xA5A788) is known color: Bud. HEX triplet: A5, A7 and 88. RGB value is (165,167,136). Sum of RGB (Red+Green+Blue) = 165+167+136=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A788 is #5A5877. Grayscale: #A2A2A2. Windows color (decimal): -5920888 or 8955813. OLE color: 8955813.

HSL color Cylindrical-coordinate representation of color #A5A788: hue angle of 63.87º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5A788 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 167 136 -
CMYK 0.01 0 0.19 0.35
HSL 63.87º 0.15% 0.59% -
HSV(B) 63.87º 0.19% 0.65% -
XYZ 33.78 37.41 28.73 -
YUV 162.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 165 167 136 0.01 0 0.19 0.35 63.87 0.15 0.59
Hex A5 A7 88 1 0 13 23 40 F 3B
Octal 245 247 210 1 0 23 43 100 17 73
Binary 10100101 10100111 10001000 1 0 10011 100011 1000000 1111 111011

Color Harmonies of #A5A788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A788

Black with #A5A788

Text Example


Text Example

White with #A5A788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A788; }

 p { color: rgb(165,167,136); }

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

background-color css

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

 a { background-color: rgb(165,167,136); }

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

border-color css

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

 span { border-color: rgb(165,167,136); }

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