Html Css Color HEX #A4AB8E Bud

📋 copy color: '#A4AB8E'

red 164 ◦ green 171 ◦ blue 142

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

Shades of Bud #A4AB8E

Tints of Bud #A4AB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.77%

R = 34.38%
G = 35.85%
B = 29.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#A4AB8E (or 0xA4AB8E) is known color: Bud. HEX triplet: A4, AB and 8E. RGB value is (164,171,142). Sum of RGB (Red+Green+Blue) = 164+171+142=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB8E is #5B5471. Grayscale: #A5A5A5. Windows color (decimal): -5985394 or 9350052. OLE color: 9350052.

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

Color convert

RGB 164 171 142 -
CMYK 0.04 0 0.17 0.33
HSL 74.48º 0.15% 0.61% -
HSV(B) 74.48º 0.17% 0.67% -
XYZ 34.76 38.97 31.28 -
YUV 165.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 164 171 142 0.04 0 0.17 0.33 74.48 0.15 0.61
Hex A4 AB 8E 4 0 11 21 4A F 3D
Octal 244 253 216 4 0 21 41 112 17 75
Binary 10100100 10101011 10001110 100 0 10001 100001 1001010 1111 111101

Color Harmonies of #A4AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AB8E

Black with #A4AB8E

Text Example


Text Example

White with #A4AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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