Html Css Color HEX #A7AC89 Bud

📋 copy color: '#A7AC89'

red 167 ◦ green 172 ◦ blue 137

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

Shades of Bud #A7AC89

Tints of Bud #A7AC89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.78%

R = 35.08%
G = 36.13%
B = 28.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#A7AC89 (or 0xA7AC89) is known color: Bud. HEX triplet: A7, AC and 89. RGB value is (167,172,137). Sum of RGB (Red+Green+Blue) = 167+172+137=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AC89 is #585376. Grayscale: #A6A6A6. Windows color (decimal): -5788535 or 9022631. OLE color: 9022631.

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

Color convert

RGB 167 172 137 -
CMYK 0.03 0 0.20 0.33
HSL 68.57º 0.17% 0.61% -
HSV(B) 68.57º 0.2% 0.67% -
XYZ 35.2 39.53 29.44 -
YUV 166.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 167 172 137 0.03 0 0.20 0.33 68.57 0.17 0.61
Hex A7 AC 89 3 0 14 21 45 11 3D
Octal 247 254 211 3 0 24 41 105 21 75
Binary 10100111 10101100 10001001 11 0 10100 100001 1000101 10001 111101

Color Harmonies of #A7AC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AC89

Black with #A7AC89

Text Example


Text Example

White with #A7AC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AC89; }

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

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

background-color css

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

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

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

border-color css

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

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

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