Html Css Color HEX #A7AB8F Bud

📋 copy color: '#A7AB8F'

red 167 ◦ green 171 ◦ blue 143

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

Shades of Bud #A7AB8F

Tints of Bud #A7AB8F

RGB

 RED value IS 167 (65.63% from 255) = 34.72%

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

 BLUE value IS 143 (56.25% from 255) = 29.73%

R = 34.72%
G = 35.55%
B = 29.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#A7AB8F (or 0xA7AB8F) is known color: Bud. HEX triplet: A7, AB and 8F. RGB value is (167,171,143). Sum of RGB (Red+Green+Blue) = 167+171+143=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 171 - color contains mainly: green. Hex color #A7AB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AB8F is #585470. Grayscale: #A6A6A6. Windows color (decimal): -5788785 or 9415591. OLE color: 9415591.

HSL color Cylindrical-coordinate representation of color #A7AB8F: hue angle of 68.57º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7AB8F is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 171 143 -
CMYK 0.02 0 0.16 0.33
HSL 68.57º 0.14% 0.62% -
HSV(B) 68.57º 0.16% 0.67% -
XYZ 35.46 39.32 31.71 -
YUV 166.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 167 171 143 0.02 0 0.16 0.33 68.57 0.14 0.62
Hex A7 AB 8F 2 0 10 21 45 E 3E
Octal 247 253 217 2 0 20 41 105 16 76
Binary 10100111 10101011 10001111 10 0 10000 100001 1000101 1110 111110

Color Harmonies of #A7AB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AB8F

Black with #A7AB8F

Text Example


Text Example

White with #A7AB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AB8F; }

 p { color: rgb(167,171,143); }

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

background-color css

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

 a { background-color: rgb(167,171,143); }

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

border-color css

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

 span { border-color: rgb(167,171,143); }

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