Html Css Color HEX #A4AB8A Bud

📋 copy color: '#A4AB8A'

red 164 ◦ green 171 ◦ blue 138

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

Shades of Bud #A4AB8A

Tints of Bud #A4AB8A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 34.67%
G = 36.15%
B = 29.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#A4AB8A (or 0xA4AB8A) is known color: Bud. HEX triplet: A4, AB and 8A. RGB value is (164,171,138). Sum of RGB (Red+Green+Blue) = 164+171+138=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB8A is #5B5475. Grayscale: #A5A5A5. Windows color (decimal): -5985398 or 9087908. OLE color: 9087908.

HSL color Cylindrical-coordinate representation of color #A4AB8A: hue angle of 72.73º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4AB8A is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 171 138 -
CMYK 0.04 0 0.19 0.33
HSL 72.73º 0.16% 0.61% -
HSV(B) 72.73º 0.19% 0.67% -
XYZ 34.46 38.85 29.73 -
YUV 165.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 164 171 138 0.04 0 0.19 0.33 72.73 0.16 0.61
Hex A4 AB 8A 4 0 13 21 49 10 3D
Octal 244 253 212 4 0 23 41 111 20 75
Binary 10100100 10101011 10001010 100 0 10011 100001 1001001 10000 111101

Color Harmonies of #A4AB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AB8A

Black with #A4AB8A

Text Example


Text Example

White with #A4AB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AB8A; }

 p { color: rgb(164,171,138); }

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

background-color css

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

 a { background-color: rgb(164,171,138); }

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

border-color css

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

 span { border-color: rgb(164,171,138); }

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