Html Css Color HEX #A5AB86 Bud

📋 copy color: '#A5AB86'

red 165 ◦ green 171 ◦ blue 134

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

Shades of Bud #A5AB86

Tints of Bud #A5AB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.51%

R = 35.11%
G = 36.38%
B = 28.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#A5AB86 (or 0xA5AB86) is known color: Bud. HEX triplet: A5, AB and 86. RGB value is (165,171,134). Sum of RGB (Red+Green+Blue) = 165+171+134=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB86 is #5A5479. Grayscale: #A5A5A5. Windows color (decimal): -5919866 or 8825765. OLE color: 8825765.

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

Color convert

RGB 165 171 134 -
CMYK 0.04 0 0.22 0.33
HSL 69.73º 0.18% 0.6% -
HSV(B) 69.73º 0.22% 0.67% -
XYZ 34.38 38.85 28.24 -
YUV 164.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 165 171 134 0.04 0 0.22 0.33 69.73 0.18 0.6
Hex A5 AB 86 4 0 16 21 46 12 3C
Octal 245 253 206 4 0 26 41 106 22 74
Binary 10100101 10101011 10000110 100 0 10110 100001 1000110 10010 111100

Color Harmonies of #A5AB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AB86

Black with #A5AB86

Text Example


Text Example

White with #A5AB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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