Html Css Color HEX #A7AA93 Bud

📋 copy color: '#A7AA93'

red 167 ◦ green 170 ◦ blue 147

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

Shades of Bud #A7AA93

Tints of Bud #A7AA93

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.12%

 BLUE value IS 147 (57.81% from 255) = 30.37%

R = 34.5%
G = 35.12%
B = 30.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#A7AA93 (or 0xA7AA93) is known color: Bud. HEX triplet: A7, AA and 93. RGB value is (167,170,147). Sum of RGB (Red+Green+Blue) = 167+170+147=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AA93 is #58556C. Grayscale: #A6A6A6. Windows color (decimal): -5789037 or 9677479. OLE color: 9677479.

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

Color convert

RGB 167 170 147 -
CMYK 0.02 0 0.14 0.33
HSL 67.83º 0.12% 0.62% -
HSV(B) 67.83º 0.14% 0.67% -
XYZ 35.58 39.07 33.27 -
YUV 166.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 167 170 147 0.02 0 0.14 0.33 67.83 0.12 0.62
Hex A7 AA 93 2 0 E 21 44 C 3E
Octal 247 252 223 2 0 16 41 104 14 76
Binary 10100111 10101010 10010011 10 0 1110 100001 1000100 1100 111110

Color Harmonies of #A7AA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AA93

Black with #A7AA93

Text Example


Text Example

White with #A7AA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AA93; }

 p { color: rgb(167,170,147); }

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

background-color css

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

 a { background-color: rgb(167,170,147); }

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

border-color css

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

 span { border-color: rgb(167,170,147); }

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