Html Css Color HEX #A8AC93 Bud

📋 copy color: '#A8AC93'

red 168 ◦ green 172 ◦ blue 147

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

Shades of Bud #A8AC93

Tints of Bud #A8AC93

RGB

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

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

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

R = 34.5%
G = 35.32%
B = 30.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#A8AC93 (or 0xA8AC93) is known color: Bud. HEX triplet: A8, AC and 93. RGB value is (168,172,147). Sum of RGB (Red+Green+Blue) = 168+172+147=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC93 is #57536C. Grayscale: #A8A8A8. Windows color (decimal): -5722989 or 9677992. OLE color: 9677992.

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

Color convert

RGB 168 172 147 -
CMYK 0.02 0 0.15 0.33
HSL 69.6º 0.13% 0.63% -
HSV(B) 69.6º 0.15% 0.67% -
XYZ 36.17 39.94 33.41 -
YUV 167.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 168 172 147 0.02 0 0.15 0.33 69.6 0.13 0.63
Hex A8 AC 93 2 0 F 21 46 D 3F
Octal 250 254 223 2 0 17 41 106 15 77
Binary 10101000 10101100 10010011 10 0 1111 100001 1000110 1101 111111

Color Harmonies of #A8AC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC93

Black with #A8AC93

Text Example


Text Example

White with #A8AC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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