Html Css Color HEX #A4A695 Bud

📋 copy color: '#A4A695'

red 164 ◦ green 166 ◦ blue 149

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

Shades of Bud #A4A695

Tints of Bud #A4A695

RGB

 RED value IS 164 (64.45% from 255) = 34.24%

 GREEN value IS 166 (65.23% from 255) = 34.66%

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

R = 34.24%
G = 34.66%
B = 31.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A4A695 (or 0xA4A695) is known color: Bud. HEX triplet: A4, A6 and 95. RGB value is (164,166,149). Sum of RGB (Red+Green+Blue) = 164+166+149=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A695 is #5B596A. Grayscale: #A3A3A3. Windows color (decimal): -5986667 or 9807524. OLE color: 9807524.

HSL color Cylindrical-coordinate representation of color #A4A695: hue angle of 67.06º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4A695 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 166 149 -
CMYK 0.01 0 0.10 0.35
HSL 67.06º 0.09% 0.62% -
HSV(B) 67.06º 0.1% 0.65% -
XYZ 34.37 37.33 33.83 -
YUV 163.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 164 166 149 0.01 0 0.10 0.35 67.06 0.09 0.62
Hex A4 A6 95 1 0 A 23 43 9 3E
Octal 244 246 225 1 0 12 43 103 11 76
Binary 10100100 10100110 10010101 1 0 1010 100011 1000011 1001 111110

Color Harmonies of #A4A695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A695

Black with #A4A695

Text Example


Text Example

White with #A4A695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A695; }

 p { color: rgb(164,166,149); }

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

background-color css

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

 a { background-color: rgb(164,166,149); }

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

border-color css

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

 span { border-color: rgb(164,166,149); }

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