Html Css Color HEX #A5AB87 Bud

📋 copy color: '#A5AB87'

red 165 ◦ green 171 ◦ blue 135

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

Shades of Bud #A5AB87

Tints of Bud #A5AB87

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.31%

 BLUE value IS 135 (53.13% from 255) = 28.66%

R = 35.03%
G = 36.31%
B = 28.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#A5AB87 (or 0xA5AB87) is known color: Bud. HEX triplet: A5, AB and 87. RGB value is (165,171,135). Sum of RGB (Red+Green+Blue) = 165+171+135=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB87 is #5A5478. Grayscale: #A5A5A5. Windows color (decimal): -5919865 or 8891301. OLE color: 8891301.

HSL color Cylindrical-coordinate representation of color #A5AB87: hue angle of 70º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5AB87 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 171 135 -
CMYK 0.04 0 0.21 0.33
HSL 70º 0.18% 0.6% -
HSV(B) 70º 0.21% 0.67% -
XYZ 34.45 38.87 28.61 -
YUV 165.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 165 171 135 0.04 0 0.21 0.33 70 0.18 0.6
Hex A5 AB 87 4 0 15 21 46 12 3C
Octal 245 253 207 4 0 25 41 106 22 74
Binary 10100101 10101011 10000111 100 0 10101 100001 1000110 10010 111100

Color Harmonies of #A5AB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AB87

Black with #A5AB87

Text Example


Text Example

White with #A5AB87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AB87; }

 p { color: rgb(165,171,135); }

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

background-color css

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

 a { background-color: rgb(165,171,135); }

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

border-color css

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

 span { border-color: rgb(165,171,135); }

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