Html Css Color HEX #A8A993 Bud

📋 copy color: '#A8A993'

red 168 ◦ green 169 ◦ blue 147

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

Shades of Bud #A8A993

Tints of Bud #A8A993

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.92%

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

R = 34.71%
G = 34.92%
B = 30.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A8A993 (or 0xA8A993) is known color: Bud. HEX triplet: A8, A9 and 93. RGB value is (168,169,147). Sum of RGB (Red+Green+Blue) = 168+169+147=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A993 is #57566C. Grayscale: #A6A6A6. Windows color (decimal): -5723757 or 9677224. OLE color: 9677224.

HSL color Cylindrical-coordinate representation of color #A8A993: hue angle of 62.73º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8A993 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 169 147 -
CMYK 0.01 0 0.13 0.34
HSL 62.73º 0.11% 0.62% -
HSV(B) 62.73º 0.13% 0.66% -
XYZ 35.6 38.81 33.22 -
YUV 166.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 168 169 147 0.01 0 0.13 0.34 62.73 0.11 0.62
Hex A8 A9 93 1 0 D 22 3F B 3E
Octal 250 251 223 1 0 15 42 77 13 76
Binary 10101000 10101001 10010011 1 0 1101 100010 111111 1011 111110

Color Harmonies of #A8A993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A993

Black with #A8A993

Text Example


Text Example

White with #A8A993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A993; }

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

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

background-color css

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

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

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

border-color css

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

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

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