Html Css Color HEX #A8AC95 Bud

📋 copy color: '#A8AC95'

red 168 ◦ green 172 ◦ blue 149

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

Shades of Bud #A8AC95

Tints of Bud #A8AC95

RGB

 RED value IS 168 (66.02% from 255) = 34.36%

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

 BLUE value IS 149 (58.59% from 255) = 30.47%

R = 34.36%
G = 35.17%
B = 30.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#A8AC95 (or 0xA8AC95) is known color: Bud. HEX triplet: A8, AC and 95. RGB value is (168,172,149). Sum of RGB (Red+Green+Blue) = 168+172+149=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC95 is #57536A. Grayscale: #A8A8A8. Windows color (decimal): -5722987 or 9809064. OLE color: 9809064.

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

Color convert

RGB 168 172 149 -
CMYK 0.02 0 0.13 0.33
HSL 70.43º 0.12% 0.63% -
HSV(B) 70.43º 0.13% 0.67% -
XYZ 36.33 40 34.24 -
YUV 168.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 168 172 149 0.02 0 0.13 0.33 70.43 0.12 0.63
Hex A8 AC 95 2 0 D 21 46 C 3F
Octal 250 254 225 2 0 15 41 106 14 77
Binary 10101000 10101100 10010101 10 0 1101 100001 1000110 1100 111111

Color Harmonies of #A8AC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC95

Black with #A8AC95

Text Example


Text Example

White with #A8AC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC95; }

 p { color: rgb(168,172,149); }

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

background-color css

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

 a { background-color: rgb(168,172,149); }

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

border-color css

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

 span { border-color: rgb(168,172,149); }

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