Html Css Color HEX #A7AC8E Bud

📋 copy color: '#A7AC8E'

red 167 ◦ green 172 ◦ blue 142

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

Shades of Bud #A7AC8E

Tints of Bud #A7AC8E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.76%

 BLUE value IS 142 (55.86% from 255) = 29.52%

R = 34.72%
G = 35.76%
B = 29.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#A7AC8E (or 0xA7AC8E) is known color: Bud. HEX triplet: A7, AC and 8E. RGB value is (167,172,142). Sum of RGB (Red+Green+Blue) = 167+172+142=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AC8E is #585371. Grayscale: #A7A7A7. Windows color (decimal): -5788530 or 9350311. OLE color: 9350311.

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

Color convert

RGB 167 172 142 -
CMYK 0.03 0 0.17 0.33
HSL 70º 0.15% 0.62% -
HSV(B) 70º 0.17% 0.67% -
XYZ 35.57 39.67 31.37 -
YUV 167.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 167 172 142 0.03 0 0.17 0.33 70 0.15 0.62
Hex A7 AC 8E 3 0 11 21 46 F 3E
Octal 247 254 216 3 0 21 41 106 17 76
Binary 10100111 10101100 10001110 11 0 10001 100001 1000110 1111 111110

Color Harmonies of #A7AC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AC8E

Black with #A7AC8E

Text Example


Text Example

White with #A7AC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AC8E; }

 p { color: rgb(167,172,142); }

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

background-color css

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

 a { background-color: rgb(167,172,142); }

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

border-color css

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

 span { border-color: rgb(167,172,142); }

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