Html Css Color HEX #A5AB8D Bud

📋 copy color: '#A5AB8D'

red 165 ◦ green 171 ◦ blue 141

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

Shades of Bud #A5AB8D

Tints of Bud #A5AB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.56%

R = 34.59%
G = 35.85%
B = 29.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#A5AB8D (or 0xA5AB8D) is known color: Bud. HEX triplet: A5, AB and 8D. RGB value is (165,171,141). Sum of RGB (Red+Green+Blue) = 165+171+141=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB8D is #5A5472. Grayscale: #A5A5A5. Windows color (decimal): -5919859 or 9284517. OLE color: 9284517.

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

Color convert

RGB 165 171 141 -
CMYK 0.04 0 0.18 0.33
HSL 72º 0.15% 0.61% -
HSV(B) 72º 0.18% 0.67% -
XYZ 34.89 39.05 30.9 -
YUV 165.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 165 171 141 0.04 0 0.18 0.33 72 0.15 0.61
Hex A5 AB 8D 4 0 12 21 48 F 3D
Octal 245 253 215 4 0 22 41 110 17 75
Binary 10100101 10101011 10001101 100 0 10010 100001 1001000 1111 111101

Color Harmonies of #A5AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AB8D

Black with #A5AB8D

Text Example


Text Example

White with #A5AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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