Html Css Color HEX #A5A896 Bud

📋 copy color: '#A5A896'

red 165 ◦ green 168 ◦ blue 150

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

Shades of Bud #A5A896

Tints of Bud #A5A896

RGB

 RED value IS 165 (64.84% from 255) = 34.16%

 GREEN value IS 168 (66.02% from 255) = 34.78%

 BLUE value IS 150 (58.98% from 255) = 31.06%

R = 34.16%
G = 34.78%
B = 31.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A5A896 (or 0xA5A896) is known color: Bud. HEX triplet: A5, A8 and 96. RGB value is (165,168,150). Sum of RGB (Red+Green+Blue) = 165+168+150=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A896 is #5A5769. Grayscale: #A5A5A5. Windows color (decimal): -5920618 or 9873573. OLE color: 9873573.

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

Color convert

RGB 165 168 150 -
CMYK 0.02 0 0.11 0.34
HSL 70º 0.09% 0.62% -
HSV(B) 70º 0.11% 0.66% -
XYZ 35.02 38.21 34.38 -
YUV 165.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 165 168 150 0.02 0 0.11 0.34 70 0.09 0.62
Hex A5 A8 96 2 0 B 22 46 9 3E
Octal 245 250 226 2 0 13 42 106 11 76
Binary 10100101 10101000 10010110 10 0 1011 100010 1000110 1001 111110

Color Harmonies of #A5A896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A896

Black with #A5A896

Text Example


Text Example

White with #A5A896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A896; }

 p { color: rgb(165,168,150); }

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

background-color css

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

 a { background-color: rgb(165,168,150); }

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

border-color css

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

 span { border-color: rgb(165,168,150); }

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