Html Css Color HEX #A7AE8E Bud

📋 copy color: '#A7AE8E'

red 167 ◦ green 174 ◦ blue 142

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

Shades of Bud #A7AE8E

Tints of Bud #A7AE8E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.02%

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

R = 34.58%
G = 36.02%
B = 29.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#A7AE8E (or 0xA7AE8E) is known color: Bud. HEX triplet: A7, AE and 8E. RGB value is (167,174,142). Sum of RGB (Red+Green+Blue) = 167+174+142=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AE8E is #585171. Grayscale: #A8A8A8. Windows color (decimal): -5788018 or 9350823. OLE color: 9350823.

HSL color Cylindrical-coordinate representation of color #A7AE8E: hue angle of 73.12º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7AE8E is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 174 142 -
CMYK 0.04 0 0.18 0.32
HSL 73.13º 0.16% 0.62% -
HSV(B) 73.13º 0.18% 0.68% -
XYZ 35.95 40.44 31.5 -
YUV 168.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 167 174 142 0.04 0 0.18 0.32 73.13 0.16 0.62
Hex A7 AE 8E 4 0 12 20 49 10 3E
Octal 247 256 216 4 0 22 40 111 20 76
Binary 10100111 10101110 10001110 100 0 10010 100000 1001001 10000 111110

Color Harmonies of #A7AE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AE8E

Black with #A7AE8E

Text Example


Text Example

White with #A7AE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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