Html Css Color HEX #A5A893 Bud

📋 copy color: '#A5A893'

red 165 ◦ green 168 ◦ blue 147

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

Shades of Bud #A5A893

Tints of Bud #A5A893

RGB

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

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

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

R = 34.38%
G = 35%
B = 30.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A5A893 (or 0xA5A893) is known color: Bud. HEX triplet: A5, A8 and 93. RGB value is (165,168,147). Sum of RGB (Red+Green+Blue) = 165+168+147=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A893 is #5A576C. Grayscale: #A4A4A4. Windows color (decimal): -5920621 or 9676965. OLE color: 9676965.

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

Color convert

RGB 165 168 147 -
CMYK 0.02 0 0.13 0.34
HSL 68.57º 0.11% 0.62% -
HSV(B) 68.57º 0.13% 0.66% -
XYZ 34.79 38.11 33.13 -
YUV 164.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 165 168 147 0.02 0 0.13 0.34 68.57 0.11 0.62
Hex A5 A8 93 2 0 D 22 45 B 3E
Octal 245 250 223 2 0 15 42 105 13 76
Binary 10100101 10101000 10010011 10 0 1101 100010 1000101 1011 111110

Color Harmonies of #A5A893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A893

Black with #A5A893

Text Example


Text Example

White with #A5A893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A893; }

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

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

background-color css

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

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

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

border-color css

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

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

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