Html Css Color HEX #A4AB8D Bud

📋 copy color: '#A4AB8D'

red 164 ◦ green 171 ◦ blue 141

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

Shades of Bud #A4AB8D

Tints of Bud #A4AB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 34.45%
G = 35.92%
B = 29.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#A4AB8D (or 0xA4AB8D) is known color: Bud. HEX triplet: A4, AB and 8D. RGB value is (164,171,141). Sum of RGB (Red+Green+Blue) = 164+171+141=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB8D is #5B5472. Grayscale: #A5A5A5. Windows color (decimal): -5985395 or 9284516. OLE color: 9284516.

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

Color convert

RGB 164 171 141 -
CMYK 0.04 0 0.18 0.33
HSL 74º 0.15% 0.61% -
HSV(B) 74º 0.18% 0.67% -
XYZ 34.68 38.94 30.89 -
YUV 165.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 164 171 141 0.04 0 0.18 0.33 74 0.15 0.61
Hex A4 AB 8D 4 0 12 21 4A F 3D
Octal 244 253 215 4 0 22 41 112 17 75
Binary 10100100 10101011 10001101 100 0 10010 100001 1001010 1111 111101

Color Harmonies of #A4AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AB8D

Black with #A4AB8D

Text Example


Text Example

White with #A4AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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